-
Unit Identifier
i have word documents with spare parts information and i am stuck with a particular problem
Where ever a particular unit ocurs its displayed as
UnitInfo 1.7
or
Unit 1.7
I need to identify and tag it like this
UnitInfo (Unit Head-1-Part-0007)
or
Unit(Unit Head-1-Part-0007)
How can i get this done. There many documents such as there and it would be great
if i can get this macro done.
Any help with this would be appreciated.
-
Re: Unit Identifier
You mean like doing a Find and Replace from the Edit menu?
-
Re: Unit Identifier
Not exactly
Here's an example : I have the following occurances in my document
UnitInfo 7.8
UnitInfo 7.9
Unit 7.2 etc
i need the macro to to identify the values after the keywords and then insert an extra tag near the keywords so that it looks like this
UnitInfo 7.8 (Unit Head-7-Part-8)
UnitInfo 7.9 (Unit Head-7-Part-9)
Unit 7.2 (Unit Head-7-Part-2)