Hi,
I would like to set my form as I set a worksheet however I get a type
mismatch.
My book does not list a form as an object and I do not see 'Form' as an
option on the Dim statement. I'm not using it so much as in a with statment
but I would like to type the name of the form once in the beginning and use a
variable in the code.
Can this be done?
Thanks

Signature
Karen
Bob Phillips - 25 Sep 2007 19:22 GMT
Dim frm As Userform1
Set frm = New Userform1

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi,
>
[quoted text clipped - 10 lines]
>
> Thanks
Karen53 - 25 Sep 2007 20:04 GMT
Thanks!

Signature
Karen
> Dim frm As Userform1
>
[quoted text clipped - 14 lines]
> >
> > Thanks