Hi
I am new to VBA but someone did a script for me in excel that is activated by the click of a button, I have done some changes to the script and now want the script to run when I open the excel workbook. In the VBA project explorer this script is under Forms called UserForm1. My research indicates that I need to put my "macro" in a WorkBook_Open under ThisWorkbook.
How can I refer to Userform1 from ThisWorkbook?
I am new to VBA but someone did a script for me in excel that is activated by the click of a button, I have done some changes to the script and now want the script to run when I open the excel workbook. In the VBA project explorer this script is under Forms called UserForm1. My research indicates that I need to put my "macro" in a WorkBook_Open under ThisWorkbook.
How can I refer to Userform1 from ThisWorkbook?