Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With GetUserWkbk_PrintOptions()
.Show gives the above error msg on '.Show' If I amend it to: GetUserWkbk_PrintOptions.Show With GetUserWkbk_PrintOptions() If .OKButton.Tag = "Selected" Then MsgBox "OK Button was pressed" then the form shows, but when returned to the sbove code, 'If.OkButton...' returns the same error. Why is this happening in what I thought was ok code, please? Regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Stuart,
Ditch the () that you keep appending to a statement. -- HTH ------- Bob Phillips ... looking out across Poole Harbour to the Purbecks "Stuart" wrote in message ... With GetUserWkbk_PrintOptions() .Show gives the above error msg on '.Show' If I amend it to: GetUserWkbk_PrintOptions.Show With GetUserWkbk_PrintOptions() If .OKButton.Tag = "Selected" Then MsgBox "OK Button was pressed" then the form shows, but when returned to the sbove code, 'If.OkButton...' returns the same error. Why is this happening in what I thought was ok code, please? Regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error 434, object does not support this method or property | Excel Discussion (Misc queries) | |||
Object property/method problem | Excel Discussion (Misc queries) | |||
object reference does not support this property or method | Excel Discussion (Misc queries) | |||
Object doesn't support this property or method (Error 438) | Excel Discussion (Misc queries) | |||
Object doesn't support this property or method | Excel Programming |