Load a Userform

N

Nick

How do I program Excel so that I can automatically load a
userform upon opening a workbook?
 
N

nathan

-----Original Message-----
How do I program Excel so that I can automatically load a
userform upon opening a workbook?
.
In the vb screen under this workbook, select
workbook_open then put in userform1.show, which will load
and show, or just load userform1 to load it, then when
ever you need it userform1.show.

Hope this helps.

Nath.
 
Top