Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a button on a worksheet. the button is called
commandbutton1 I am not understanding this error.'424' ..object required. when i dble click and see the code..it shows that i have the code below for it. the code for that sheet is this: Private Sub CommandButton1_Click() PlantForm192.Show End Sub my userform is called PlantForm192 what did i miss?? it seems too simple but i am not sure what it is. on the debug..it is the 2nd line that is yellowed out. So is my name wrong or?? thanks for any help or insight. **first timer here** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is the userform in the same workbook?
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "mlm" wrote in message ... i have a button on a worksheet. the button is called commandbutton1 I am not understanding this error.'424' ..object required. when i dble click and see the code..it shows that i have the code below for it. the code for that sheet is this: Private Sub CommandButton1_Click() PlantForm192.Show End Sub my userform is called PlantForm192 what did i miss?? it seems too simple but i am not sure what it is. on the debug..it is the 2nd line that is yellowed out. So is my name wrong or?? thanks for any help or insight. **first timer here** |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have the userform ,,,on the project window display..it
is under the Thisworkbook . the bottom of list..should it be somewhere else. i am thinking the model? -----Original Message----- Is the userform in the same workbook? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "mlm" wrote in message ... i have a button on a worksheet. the button is called commandbutton1 I am not understanding this error.'424' ..object required. when i dble click and see the code..it shows that i have the code below for it. the code for that sheet is this: Private Sub CommandButton1_Click() PlantForm192.Show End Sub my userform is called PlantForm192 what did i miss?? it seems too simple but i am not sure what it is. on the debug..it is the 2nd line that is yellowed out. So is my name wrong or?? thanks for any help or insight. **first timer here** . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hey i know what i did.
I changed the name in properties but not the actual form name. it was still called userform1..so now it works. thanks. -----Original Message----- Is the userform in the same workbook? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "mlm" wrote in message ... i have a button on a worksheet. the button is called commandbutton1 I am not understanding this error.'424' ..object required. when i dble click and see the code..it shows that i have the code below for it. the code for that sheet is this: Private Sub CommandButton1_Click() PlantForm192.Show End Sub my userform is called PlantForm192 what did i miss?? it seems too simple but i am not sure what it is. on the debug..it is the 2nd line that is yellowed out. So is my name wrong or?? thanks for any help or insight. **first timer here** . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error 429 when trying to create Inet object | Excel Discussion (Misc queries) | |||
runtime error 434, object does not support this method or property | Excel Discussion (Misc queries) | |||
Runtime error '424': Object Required | Excel Discussion (Misc queries) | |||
"Microsoft Visual Basic runtime error '424' object required". | Excel Worksheet Functions | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming |