S
Stuart
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.
.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.