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
- Add new comment
- 2585 reads

Recent comments
1 hour 47 min ago
1 day 5 hours ago
1 day 22 hours ago
2 days 20 hours ago
2 days 20 hours ago
2 days 22 hours ago
3 days 5 hours ago
3 days 15 hours ago
3 days 15 hours ago
3 days 20 hours ago