View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WhytheQ WhytheQ is offline
external usenet poster
 
Posts: 246
Default EDITGO TO...SPECIAL...

Here's a little teaser.
If I go EDITGO TO...SPECIAL... a small menu appears.
How can I programmatically get this menu to appear? I suspect it'll be
something like:

Application.CommandBars("??").Visible = True

Any help greatly appreciated,
Jason.