Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "pan65" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SHIFT G | Excel Discussion (Misc queries) | |||
What's This? help (Shift-F1) | Excel Programming | |||
How 2 use right shift "<<" and left shift "" operator in excel? | Excel Programming | |||
Help! How do I shift rows down? | Excel Programming | |||
shift+(key) to run macro | Excel Programming |