#target photoshop #include "~/Documents/Adobe\ Scripts/makeGuide.jsx" var docRef = app.activeDocument; try { makeGuide("X", parseInt(docRef.selection.bounds[0])); makeGuide("Y", parseInt(docRef.selection.bounds[1])); makeGuide("X", parseInt(docRef.selection.bounds[2])); makeGuide("Y", parseInt(docRef.selection.bounds[3])); } catch(e) { //alert("No Selection found"); }