View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
morse100 morse100 is offline
external usenet poster
 
Posts: 5
Default VBA:programmatically invoking menu items from Excel Worksheet menu

I would like to to be able invoke specified menu items from the standard
Excel WorkSheet menu bar from within VBA subroutines and functions (do
***not*** need to change the resulting behaviour in any way whatsoever).

For example

Edit | Delete Sheet

But I have absolutely no idea how to access the equivalent OnAction macro,
or indeed to discover its name.


Any and all help will be much appreciated

many thanks

morse