Re: UserForm Data Validation. I tried and tried but can't figure it out.
- From: "Greg Maxey" <gmaxey@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 9 Dec 2005 15:29:39 -0500
Helmut,
Here is what Steve said about load and unload:
"Finally, I did some pretty exhaustive testing, and asked around inside, and
found that effectively:
Unload MyForm is the same as Set MyForm=Nothing
and
Load MyForm is the same as Set MyForm = New DINGOFORM1
Load and Unload are only there for magic forms support, as in
Load DINGOFORM1"
I don't know what he means by "magic forms support."
--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
Helmut Weber wrote:
> Hi submariner,
>
>> It seems to work (I couldn't break it).
>> As you said, "no objects, no
>> global variables required, seemably."
>
>> What I don't know is if I have created robust code or a time bomb.
>
> I don't know either and would like to hear from the co-readers,
> if I have to load a form and unload it afterwards,
> and how, to avoid all possible complications.
.
- Follow-Ups:
- Re: UserForm Data Validation. I tried and tried but can't figure it out.
- From: Tony Jollans
- Re: UserForm Data Validation. I tried and tried but can't figure it out.
- References:
- UserForm Data Validation. I tried and tried but can't figure it out.
- From: Greg Maxey
- Re: UserForm Data Validation. I tried and tried but can't figure it out.
- From: Helmut Weber
- Re: UserForm Data Validation. I tried and tried but can't figure it out.
- From: Greg
- Re: UserForm Data Validation. I tried and tried but can't figure it out.
- From: Helmut Weber
- UserForm Data Validation. I tried and tried but can't figure it out.
- Prev by Date: Re: UserForm Data Validation. I tried and tried but can't figure it out.
- Next by Date: Re: changes in multiple templates
- Previous by thread: Re: UserForm Data Validation. I tried and tried but can't figure it out.
- Next by thread: Re: UserForm Data Validation. I tried and tried but can't figure it out.
- Index(es):
Relevant Pages
|