Jon von der Heyden
MrExcel MVP, Moderator
- Joined
- Apr 6, 2004
- Messages
- 10,894
- Office Version
-
- 365
- Platform
-
- Windows
Hi
Does anybody know how to open the function dialog on a specific worksheet function?
I have a few UDFs and I would like to create a button that will open the dialog on a specific UDF so that the required arguments can be better seen. Almost as though to function as a wizard.
I am familar with this code:
But I want some adaptation to navigate to UDF, e.g. EVA.
Regards
Jon
Does anybody know how to open the function dialog on a specific worksheet function?
I have a few UDFs and I would like to create a button that will open the dialog on a specific UDF so that the required arguments can be better seen. Almost as though to function as a wizard.
I am familar with this code:
Code:
Application.Dialogs(xlDialogFunctionWizard).Show
Regards
Jon