
March 28th, 2003, 09:12 AM
|
|
Contributing User
|
|
Join Date: Apr 2002
Posts: 39
Time spent in forums: < 1 sec
Reputation Power: 7
|
|
|
Word 2000 Macros
Can anyone tell me how what the code would be if I wanted to have a Word Template open and when I click on macros I only want to see macros for that document. Currently Word Template is opened from an Access database. When the template opens we have to go to Macros and change the "Macros In:" to be current document. I want to place the code upon opening the document.
Private Sub Document_Open()
What is the code to set macros to current document?
End Sub
Thank you.
|