Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have this auto open code in Book2. Everything is executing ok except for the Userform reference at the end. The userform is not loading...any ideas? Thanks. Sub auto_open() ScreenUpdating = False Windows("Book1.xls").Activate ActiveWorkbook.Close Windows("Book2.xls").Activate Sheets("Sheet1").Select Load UserForm2 UserForm2.Show End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying Userform | Excel Programming | |||
Displaying a Userform | Excel Programming | |||
Displaying one userform from another | Excel Programming | |||
PROBLEM DISPLAYING USERFORM | Excel Programming | |||
Displaying progress on UserForm | Excel Programming |