Forum Discussion
abirmingham
Aug 23, 2023Copper Contributor
Running Sort macro when opening
I am trying to have this sort macro run as soon as the excel is opened. This is what my code is and i can not get it to run it when it first opens. The code works if i manually run the macro, but tha...
HansVogelaar
Aug 23, 2023MVP
Dis you create this code in the ThisWorkbook module? It will not run automatically if it is in any other module...
Do you get an error message when you open the workbook? If so, what does it say?