Hi,
I have a Action Menu called "Snap" where I need to set the PinX and PinY to a formulae. Using SETF I am able to set either PinX or PinY - how do I do both in a single action.
Right now my formulae looks like this
=SETF(GetRef(PinX),"Sheet.5!Width*0")
I need to do
=SETF(GetRef(PinX),"Sheet.5!Width*0")
AND
=SETF(GetRef(PinY),"Sheet.5!Height*0")
both in a single action.
Thanks,
Naresh