D
drake
Hello. I am working in Word97 and learning VBA as I go about creating this
project. What I am trying to do is have a program where a user makes a
choice from a combo box or options buttons and, depending on their choice,
receives another specific userform. Then, based on their answers to those
questions, specific autotext would be entered into a specific place in their
document.
The places I am currently stuck are these -
1) How do I have another userform open after the user presses "OK" on the
first userform?
2) I plan to have the program started by the user pressing a button in their
menu bar. I know some of my code goes on the code form of the Userform.
Does some code need to go into a Module? If so, how do I determine which
code needs to go into the Module?
Thanks! Dragon
project. What I am trying to do is have a program where a user makes a
choice from a combo box or options buttons and, depending on their choice,
receives another specific userform. Then, based on their answers to those
questions, specific autotext would be entered into a specific place in their
document.
The places I am currently stuck are these -
1) How do I have another userform open after the user presses "OK" on the
first userform?
2) I plan to have the program started by the user pressing a button in their
menu bar. I know some of my code goes on the code form of the Userform.
Does some code need to go into a Module? If so, how do I determine which
code needs to go into the Module?
Thanks! Dragon