Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm new to writing VBA for the Excel environment so bear with me. I
am trying to get a user form called "DispBoard" to load/display using the Workbook_Open area and I keep getting the VB Runtime Error 5. The code was added the the "ThisWorkbook" section of Microsoft Excel Objects in the VBA project. I tried both of the following calls and they both produce the same error. Any suggestions would be most appreciated. Thanks, Rich Example 1: ====================== Private Sub Workbook_Open() DispBoard.Show End Sub Example 2: ====================== Load DispBoard Private Sub Workbook_Open() DispBoard.Show End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loading a Userform | Excel Programming | |||
Error on loading userform | Excel Programming | |||
Range.Select error and screen maximizing error in Workbook_Open() | Excel Programming | |||
Range.Select error and screen maximizing error in Workbook_Open() | Excel Programming | |||
Loading UserForm gives error | Excel Programming |