Using VBA for word to select text and make it bold
问题 I make a several page word document every week. I copy text from a PDF and paste it into a word document, I then format the text that I pasted. This takes a long time and i would like to automate it. I need a macro or some code to select specific text, then make that text bold. The specific text i need to bold is what i call a scrap code. There are 60 different codes. For example "FIPS", or "LILL". 回答1: Something like this: Sub A() ' ' a Macro ' ' Dim A(3) As String A(1) = "code1" A(2) =