N Nick Sep 10, 2003 #1 How do I program Excel so that I can automatically load a userform upon opening a workbook?
N nathan Sep 10, 2003 #2 -----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 Click to expand... 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.
-----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 Click to expand... 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.