Bryan Carbonnell
Bryan_Carbonnell at cbc.ca
Thu Mar 18 14:26:18 CST 2004
Man this is just NOT my day!!!
> If there is a list, I have NO idea where it was.
I went looking for something else in the UnHelpful file and guess what
I found. <sigh>
In the Answer Wizard type:
Set Options from Visual Basic
The list is the second topic listed.
Bryan Carbonnell
bryan_carbonnell at cbc.ca
>>> Bryan_Carbonnell at cbc.ca 18-Mar-04 3:15:14 PM >>>
OOPS!!! <blush>
To set the value
Application.SetOption "Behavior Entering Field", 0
To get the value;
SomeVariable = Application.GetOption("Behavior Entering Field")
If there is a list, I have NO idea where it was.
This was just a guess of the name based on something I stumbled on in
the UnHelp file. But I did test it slightly to make sure it was the
right guess :)
Bryan Carbonnell
bryan_carbonnell at cbc.ca
>>> HollisVJ at pgdp.usec.com 18-Mar-04 2:42:51 PM >>>
I get the error: RunTime error 424, Object Required. on
Application.GetOption("Behavior Entering Field") = 0
Is there a list of all the properties you can set at StartUp? I have
searched Unhelp several times but can never find anything.