Calling up the macro dialog to list stored macros in a workbook-VB

G

Guest

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

This is as close as I can get. I am sure there must be more that can be done.

Application.VBE.ActiveVBProject.Name = "TestProject"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top