I was able to run one macro inside another last night in Word 2000, but it doesn't seem to be working in Word 97. How can I run one macro inside another in Word 97?
The code I used last night was:
It works in 2000, but not in 97. Help?
The code I used last night was:
Code:
Sub generate_new_form()
Application.Run MacroName:="ToolsProtectUnprotectDocument"
Application.Run MacroName:="create_new_form"
Application.Run MacroName:="ProtectForm"
End Sub
It works in 2000, but not in 97. Help?