Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to run an add-in (specifically, Rob Bovey's Code Documentor) from a
VBA module. I have tried Application.Run "VBACodeDocumentor.xla", but the error message says it can't find the macro. It is listed in the project window. What changes do I need to make? -- Bill @ UAMS |
#2
![]() |
|||
|
|||
![]()
You could just execute its menu item:
CommandBars("Tools").Controls("Document Project").Execute -- Jim "BillCPA" <Bill @ UAMS wrote in message ... |I want to run an add-in (specifically, Rob Bovey's Code Documentor) from a | VBA module. I have tried Application.Run "VBACodeDocumentor.xla", but the | error message says it can't find the macro. It is listed in the project | window. | | What changes do I need to make? | | -- | Bill @ UAMS |
#3
![]() |
|||
|
|||
![]()
Works great. Thanks!
-- Bill @ UAMS "Jim Rech" wrote: You could just execute its menu item: CommandBars("Tools").Controls("Document Project").Execute -- Jim "BillCPA" <Bill @ UAMS wrote in message ... |I want to run an add-in (specifically, Rob Bovey's Code Documentor) from a | VBA module. I have tried Application.Run "VBACodeDocumentor.xla", but the | error message says it can't find the macro. It is listed in the project | window. | | What changes do I need to make? | | -- | Bill @ UAMS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling another workbook not working | Excel Worksheet Functions | |||
When calling a different file, can I make the tab equal to a cell? | Excel Discussion (Misc queries) | |||
Macro (Print) - Calling Named Ranges | Excel Discussion (Misc queries) | |||
Macro calling another Macro | Excel Discussion (Misc queries) | |||
Calling MVP's & pro's urgently please !! | Excel Discussion (Misc queries) |