I am trying to configure a button to run multiple macros, but I keep getting the sub or function not defined error seen below.
The Subs exist in sheets 2 through 5 and the macro is in Module 1. Here is what I have tried:
- Adding "Public" in front of Sub across the sheets
- Adding "Button2_click" to the "READ_ME" sheet
- Adding "Call" in front of the Sub names
- Double checking the sub names match
I don't usually use VBA, any suggestions for what I am doing incorrectly?