hellsreach
New Member
- Joined
- Dec 22, 2015
- Messages
- 19
I am attempting to write a script in VBA for Word. I am reasonable familiar with VBA in Excel, but my VBA/Word skills are significantly weaker.
What I want to do in automatically change a date plus a few other values. The problem is, I don't automatically know what the date or value is prior to running the macro.
I was hoping there was a way to find a particular piece of text (lets say "in the amount of") and the offset that by 1 word (pretend it previously said $5000), then change to "$7000"
Anyone know how to accomplish this?
What I want to do in automatically change a date plus a few other values. The problem is, I don't automatically know what the date or value is prior to running the macro.
I was hoping there was a way to find a particular piece of text (lets say "in the amount of") and the offset that by 1 word (pretend it previously said $5000), then change to "$7000"
Anyone know how to accomplish this?