how can i write a AutoExec macro ?

K

kanwal

Hello,

I need to be able to write a code when MS WORD start - to direct the users
to a workgroup locations - is AutoExec rite answer ? if yes, how can i do it ?

kanwal
 
J

Jezebel

Either --

1. Write a macro called AutoExec(), or
2. Write a macro called Main() in a module called AutoExec.
 
Top