How would I code something to say if it someone is closing or saving the
document to look at a varable and change things accordingly? I have it
changing things accordingly when a person tabs out of a field but if they
don't use the tab key it doesn't change what it is supposed to.

Re: SAVE Method by Jezebel

Jezebel
Fri May 06 17:37:09 CDT 2005

You can trap the Document_BeforeSave event; or intercept the FileSave and
FileSaveAs commands.



"Maria K Brickl" <mbrickl@uwc.edu> wrote in message
news:OLHUcGnUFHA.2664@TK2MSFTNGP15.phx.gbl...
> How would I code something to say if it someone is closing or saving the
> document to look at a varable and change things accordingly? I have it
> changing things accordingly when a person tabs out of a field but if they
> don't use the tab key it doesn't change what it is supposed to.
>



Re: SAVE Method by Maria

Maria
Tue May 10 09:41:14 CDT 2005

How do you do that?

"Jezebel" <warcrimes@whitehouse.gov> wrote in message
news:OcC4gwoUFHA.3840@tk2msftngp13.phx.gbl...
> You can trap the Document_BeforeSave event; or intercept the FileSave and
> FileSaveAs commands.
>
>
>
> "Maria K Brickl" <mbrickl@uwc.edu> wrote in message
> news:OLHUcGnUFHA.2664@TK2MSFTNGP15.phx.gbl...
>> How would I code something to say if it someone is closing or saving the
>> document to look at a varable and change things accordingly? I have it
>> changing things accordingly when a person tabs out of a field but if they
>> don't use the tab key it doesn't change what it is supposed to.
>>
>
>



Re: SAVE Method by Jezebel

Jezebel
Tue May 10 16:47:55 CDT 2005

Trap the Document_BeforeSaveEvent: read Help on trapping Word events.

Intercept the FileSave and FileSaveAs commands: write macros with those
names. They will run in place of the built-in commands.




"Maria K Brickl" <mbrickl@uwc.edu> wrote in message
news:u7$MT5WVFHA.2128@TK2MSFTNGP15.phx.gbl...
> How do you do that?
>
> "Jezebel" <warcrimes@whitehouse.gov> wrote in message
> news:OcC4gwoUFHA.3840@tk2msftngp13.phx.gbl...
>> You can trap the Document_BeforeSave event; or intercept the FileSave and
>> FileSaveAs commands.
>>
>>
>>
>> "Maria K Brickl" <mbrickl@uwc.edu> wrote in message
>> news:OLHUcGnUFHA.2664@TK2MSFTNGP15.phx.gbl...
>>> How would I code something to say if it someone is closing or saving the
>>> document to look at a varable and change things accordingly? I have it
>>> changing things accordingly when a person tabs out of a field but if
>>> they don't use the tab key it doesn't change what it is supposed to.
>>>
>>
>>
>
>