I am trying to make the code in my macro as efficient as possible so that my macro will not take as long to run. Are there any general VBA guidelines for Word that you can suggest?
A general overview of my macro is that the user inputs information into a userform and when completed, the user presses the "Finish" button. The code checks to see if all the required questions have been answered (it does this by checking for a text value of ""), places the user input at bookmarked locations in a Word doc, prints the document to a networked printer and then brings up an Outlook email that has a body which consists of the text that is in the document.
A general overview of my macro is that the user inputs information into a userform and when completed, the user presses the "Finish" button. The code checks to see if all the required questions have been answered (it does this by checking for a text value of ""), places the user input at bookmarked locations in a Word doc, prints the document to a networked printer and then brings up an Outlook email that has a body which consists of the text that is in the document.