Hi
I'd like to load Excel BuiltIn Dialog Boxes by using the following line of code or similar and where the strDialogBox variable contains the
name of the Dialog Box to load.
strDialogBox="xlDialogFontProperties"
Application.Dialogs(strDialogBox).Show
How would I do this?
I'd like to open...