Hi everyone,
Is it possible to display a userform once the workbook is open. I don't want to have a button that I can click to display the form. I want it to pop up by itself. Thanks in advance
Hi everyone,
Is it possible to display a userform once the workbook is open. I don't want to have a button that I can click to display the form. I want it to pop up by itself. Thanks in advance
Sure, just activate the userform in the Workbook_Open event handler procedure.
Jason
Richard, in case that was not clear, copy the following code into the ThisWorkbook module of your file:
Change UserForm1 to the name of your user form.![]()
Private Sub Workbook_Open() UserForm1.Show End Sub
HTH
Jason
Jason,
Thank you ! That's what I exactly wanted.
Glad I could help you out, Richard.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks