View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default keyboard shortcut to pull up sheet menu(copy,delete,rename,etc)?

Hi EMD

I think you want to call the Ply menu ?

Try this line in a macro and assign a shortcut to it.
Application.CommandBars("Ply").ShowPopup

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm




"EMD" wrote in message ...
Is there a way to pull up the menu to copy,delete,rename,move,etc. a sheet
besides right-clicking on it with a mouse?