Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.Dialogs(xlDialogSelectSpecial).Show
Thank you Tom. I was looking for something starting with Goto, how silly of me ;) Andy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scroll Bar missing "Control" tab in "Format Properties" dialog box | Excel Discussion (Misc queries) | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions | |||
Pivot table "Group and Show Details" vs. "SubTotals" | Excel Programming | |||
conditional formula to show "open" or "closed" | Excel Worksheet Functions | |||
excel should "paste special" a "conditional formatting" | Excel Programming |