hey everyone, I am much better at formulas than I am at VBA so any help you can give me will be much appreciated!
I have two VBAs each with it's own button on 10 different sheets. so on sheet one i have button one (my first VBA) and button 2 (my second VBA). I would like a master button to run all of the button 1's first then another master button to run all of the button 2's (unless all button 1's can be ran then button 2's with one master button, that would be amazing!)
I have attached the spreadsheet to this thread. The Overdue Reports Tab has my master buttons with a faulty VBA right now to run all my format buttons. The 10 tabs that end in "-R" will be all of the button 1's and button 2's I talked about above.
The "-R" tabs have the macros on their tabs but I have included the macros in this thread as well.
I hope this all makes sense please let me know if you need me to further clarify, Thank you!
Code for button 1's: (Note: the Set SourceSht/TargetSht are different for each tab)
Code for button 2's: (Note: the Set r = is different for each sheet)
Bookmarks