Anyone know how to trigger a form/macro to automatically load when you open an Excel sheet?
I hate VBA... but it's all I have ATM.
Printable View
Anyone know how to trigger a form/macro to automatically load when you open an Excel sheet?
I hate VBA... but it's all I have ATM.
Place a call to it in the Workbook_Open event but macros need to be enabled.
Actually, I found somewhere else how to add a function to a module and then create a custom button to run that. :)
Thanks.