Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Please help! I compiled my VBA project and I got the following message. "Compile Error Variable Not Defined". When I clicked on debug it took me to the following code and highlighted the line frmMyUserform.Show vbModeless. Can someone please help me understand why. Although my form is working fine. Is this something I need to fix? If so how? Thank you for any help. Private Sub UserForm2_Initialize() Load UserForm2 UserForm2.Show frmMyUserform.Show vbModeless Me.FormDate = Format(Date, "mm-dd-yyyy") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bubble sort Error (Compile Error: Type Mismtach) | Excel Programming | |||
VBAProject name compile error, not defined at compile time | Excel Programming | |||
error message: compile error, argument not optional | Excel Programming | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |