View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Show "Go To Special" Dialog Box

application.Dialogs(xlDialogSelectSpecial).Show

--
Regards,
Tom Ogilvy


"Andy" wrote in message
...
Ron de Bruin was kind enough to point me he

http://www.rondebruin.nl/menuid.htm

I like to use Ole's add-in but you can see the number also in the Format
menu screenshot
http://www.rondebruin.nl/menuid.htm#ID


To find menu id's when there's not an
Application.Dialogs(xlDialog??????).Show that I can
use.

But I could find nothing to display the "Go To Special" Dialog box.

Any ideas?

TIA,

Andy