IF statement in Word VBA
Hello
I'm pretty new to using VBA in Word although I do have some (limited) experience in Excel.
What I'm looking to do is to have two documents.
Document 1 would be a list of questions.
Document 2 will be populated based on the answers to the questions. So, for example, if the answer to question 1 is "yes" then a particular form of wording would be used on page 1 of document 2 (it isn't just a question of pasting the "yes" response from Document 1 into Document 2).
The idea would be to take a completed questionnaire and then run a macro which would auto-complete Document 2.
At a very high level, is it feasible to do this in Word VBA and can anyone give me some very high level pointers on how I might go about it?
Thanks!
|