Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform defined. I have a bottom which makes the userform visible.
According to the book "Excel VBA Macro Programming" I should be able to make it visible with this statement: userform1.Show But that didn't work. I had to change the statement to: VBA.UserForms.Add("userform1").Show Is that expected? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No, definitely not expected. Check your references: is the Microsoft Forms
Object Model checked? A userform is from MSForms, so I suspect the reason it is not recognizing the UserForm as an object is that there is something wrong with the MSForms library reference. -- - K Dales "Kent McPherson" wrote: I have a userform defined. I have a bottom which makes the userform visible. According to the book "Excel VBA Macro Programming" I should be able to make it visible with this statement: userform1.Show But that didn't work. I had to change the statement to: VBA.UserForms.Add("userform1").Show Is that expected? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Showing image from internet on userform | Excel Programming | |||
Normal Use of a Worksheet With a UserForm Showing? | Excel Programming | |||
Normal Use of a Worksheet With a UserForm Showing? | Excel Programming | |||
Excel 2003 - Showing Userform | Excel Programming | |||
REPOST: showing a userform | Excel Programming |