Run Other Macros in VBA Tip - Excel VBA Quickie 10

Опубликовано: 03 Октябрь 2024
на канале: TeachExcel
12,525
104

Excel VBA Quickie Playlist:    • Excel VBA Quickies  
Excel File: https://www.teachexcel.com/excel-tuto...

This is a tip for referencing macros from other modules without having to remember exactly its name.

This works really well when you segment your modules by category or type or any other logical system where you can look at the module name and know which types of macros are inside of them.

As well, this tip allows you to avoid ambiguous naming issues with your macros if you reuse the same names for multiple macros (procedures).

Additional Resources
Reference Other Macros (msft): https://docs.microsoft.com/en-us/offi...

Excel Courses:
- VBA/Macro Course: https://www.teachexcel.com/vba-course...
- Building Professional Forms: https://www.teachexcel.com/premium-co...
- Email Course: https://www.teachexcel.com/premium-co...

TeachExcel.com

#msexcel #excelquickie #tutorial