Shift Key

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

To move a shape object on a sheet only up and down or left and right, you can
hold the shift key down. Is there a way thru programming to set the shift
key as pressed so that any shape object moved with only move left or right or
up and down when selected?

Thanks
 
As Shapes are not ActiveX objects, they do not trigger events. As such you
do not know when a user is moving a Shape.
You could kludge something with a Timer I suppose, but...

Maybe provide the user with Nudge Up/Down/Left/Right Buttons of Spinners.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top