Hello everyone,
I'm trying to program an updater for my .doc in MS Word using VBA. There's 4 fields that I need to change in the .doc. 3 spots are find/replace the revision number with which ever the user inputs in a text box. There's 2 spots I'm stuck with and thats In one find/replace field the actual revision notes are entered in by a text box(the notes is usually a paragraph), well my paragraph entered in is in bold lettering which I don't know how to make it set to normal. Then the other problem is that the name of the .doc that I'm working on has the revision number in it IE: v100, well that needs to be incremented as well when the file gets revised. I can give you my code so far but it's basically just find/replace text which so far everything works.
Once this all works I still need to find a way to loop this same process through all the .doc files in the folder. Another forum pointed me in this direction to program this in VBA, if there's another way if this wont work then please let me know. Thanks.
I'm trying to program an updater for my .doc in MS Word using VBA. There's 4 fields that I need to change in the .doc. 3 spots are find/replace the revision number with which ever the user inputs in a text box. There's 2 spots I'm stuck with and thats In one find/replace field the actual revision notes are entered in by a text box(the notes is usually a paragraph), well my paragraph entered in is in bold lettering which I don't know how to make it set to normal. Then the other problem is that the name of the .doc that I'm working on has the revision number in it IE: v100, well that needs to be incremented as well when the file gets revised. I can give you my code so far but it's basically just find/replace text which so far everything works.
Once this all works I still need to find a way to loop this same process through all the .doc files in the folder. Another forum pointed me in this direction to program this in VBA, if there's another way if this wont work then please let me know. Thanks.