Right, I'm the first to admit I'm an idiot when it comes to VBA so please bear with me (plus its friday and my synapses aren't firing like they should).
I've inherited a spreadsheet that does various things but basically it contains:
module1 - error checking script
module2 - prints the page
I have a button on my spreadsheet that I would like to push and call module, if there are no errors then call module2.
Anyone able to help?
below is my printing script from module2.
Thank you![]()
Sheets("Sheet2").Select ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True Sheets("SHEET1").Select
Bookmarks