J
Jeff
Hello,
How can I display an userform every time I open my workbook ?
Jeff
How can I display an userform every time I open my workbook ?
Jeff
JulieD said:Hi Jeff
place this code in the Workbook_Open procedure of the ThisWorkbook module
userform1.show
Please feel free to post back if you require more detailed instructions.
Cheers
JulieD
Don Guillett said:Put it in the ThisWorkbook module within the Workbook_open event
userform1.show