G Guest Mar 22, 2007 #1 How do u call the macro dialog, in code, to list all the macros that r saved in a workbbook using Visual basic ?
How do u call the macro dialog, in code, to list all the macros that r saved in a workbbook using Visual basic ?
G Guest Mar 22, 2007 #2 This is as close as I can get. I am sure there must be more that can be done. Application.VBE.ActiveVBProject.Name = "TestProject"
This is as close as I can get. I am sure there must be more that can be done. Application.VBE.ActiveVBProject.Name = "TestProject"