View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Selecting Form buttons

I always user Ctrl-click to select a Forms toolbar control on a worksheet
that has a macro assigned to it, if that's what you're referring to.

--
Jim
"art" wrote in message
...
| Hello:
|
| I know that in order to select a form button you need to right click and
| then press esc or click somewhere else in order to be able to move the
| button...
|
| Is there a way other than doing it this way? A shorter way?
|
| If not, I tried writing a vba command, but could not get the right dialog
| box to cancel it. Please help.