Forum Discussion
John_McDonald_081301
May 17, 2024Copper Contributor
Excel Auto Open Macro
I bought a book on VBA programming for MS Office and I'm trying to do one of the examples. It's a macro that automatically maximizes the window and opens the most recent document when you start excel...
John_McDonald_081301
May 17, 2024Copper Contributor
HansVogelaar
May 17, 2024MVP
Change the name Auto_Open to Workbook_Open
- John_McDonald_081301May 17, 2024Copper ContributorThat did it, thank you