26. VBA Tips - Call Code From Another Workbook
In this VBA tip, we'll learn how to call code from another workbook:
- The way to do this is to use Application.Run
Here's the code:
To replicate:
- Open both the example workbooks
- Press the button.
- You will then see a message box saying that the other code is being run.
- The Syntax for Application.Run is: "WorkbookName.xls!MacroName"
- Using this tip, you can run all the macros from one workbook using another workbook.
Training Video on how to Call Code From Another Workbook in Excel:
Attachment | Size |
---|---|
AnotherWorkbook.xls | 31 KB |
call-code-from-another-workbook.xls | 49 KB |
»
- Nick's blog
- Login or register to post comments
- 30230 reads
Recent comments
5 years 34 weeks ago
6 years 20 weeks ago
6 years 32 weeks ago
6 years 35 weeks ago
6 years 36 weeks ago
6 years 42 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago