W
Wm Seales
If a user does not have the Add-Ins... menu item under the Tools menu,
you can still bring up that dialog box from VBA code using either
Application.Dialogs(xlDialogAddinManager).Show
or
Application.Dialogs(321).Show
(The latter uses its ID property.)
Does anyone know if the same is possible with the COM Add-Ins... menu
item?
I've looked in Help's Dialog collection, and also looped through ID
numbers, but without success.
I'm trying to leave the user's toolbars alone and show the COM Add-In
dialog the same as you can the Add-Ins dialog.
Thanks.
you can still bring up that dialog box from VBA code using either
Application.Dialogs(xlDialogAddinManager).Show
or
Application.Dialogs(321).Show
(The latter uses its ID property.)
Does anyone know if the same is possible with the COM Add-Ins... menu
item?
I've looked in Help's Dialog collection, and also looped through ID
numbers, but without success.
I'm trying to leave the user's toolbars alone and show the COM Add-In
dialog the same as you can the Add-Ins dialog.
Thanks.