K
Ken T
I work for a company that writes engineering specifications. We have a manual that contains approximately 1000+- standard "paragraphs" (could be a sentence, paragraph or full page form). The current process under Word Perfect is each paragraph is in a separate numbered file. When a specific paragraph is needed in a specification, the user does an "Insert File" command and inputs the file number corresponding to the desired paragraph. This process seems very inefficient to me
We are now switching over to Word. I was thinking there should be a way to create a master document containing all the standard paragraphs, each one numbered consecutively. When needed, the user would run a macro and input the paragraph number in a userform. The macro would then go to the master document, do a "look up" for the paragraph number and import the paragraph into the spec document
Is there a more efficient way to complete this process? I am relatively new to VBA and could also use some help with coding. Thanks in advance.
We are now switching over to Word. I was thinking there should be a way to create a master document containing all the standard paragraphs, each one numbered consecutively. When needed, the user would run a macro and input the paragraph number in a userform. The macro would then go to the master document, do a "look up" for the paragraph number and import the paragraph into the spec document
Is there a more efficient way to complete this process? I am relatively new to VBA and could also use some help with coding. Thanks in advance.