Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
How can I write a macro that simply opens a form such as Tools|Add-ins? I don't want to make a selection, I just want to open it. TIA, Fredrik |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Fredrik
You may get some info here http://www.nickhodge.co.uk/tipstrick...builtindialogs -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England HIS "Fredrik Wahlgren" wrote in message ... Hi How can I write a macro that simply opens a form such as Tools|Add-ins? I don't want to make a selection, I just want to open it. TIA, Fredrik |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To add to Nick's excellent page:
application.Dialogs(xlDialogAddinManager).Show -- Regards, Tom Ogilvy "Fredrik Wahlgren" wrote in message ... Hi How can I write a macro that simply opens a form such as Tools|Add-ins? I don't want to make a selection, I just want to open it. TIA, Fredrik |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nick and tom, Thank you
/Fredrik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dialog box upon opening workbook | Excel Worksheet Functions | |||
Opening Excel - getting print dialog box | Excel Discussion (Misc queries) | |||
Dialog prompt during opening of file | New Users to Excel | |||
how do i create a dialog box to appear on opening an excel wkbook | Excel Discussion (Misc queries) | |||
Opening a new mail dialog box in Excel using vba | Excel Programming |