W
WayneK
Hi, folks. Could you please share VBA code that would search
an open Word doc file entirely, and remove all instances of a
specified text, except the very first instance?
For example, if my open doc file had 4 instances of the text
"supplies", then the desired VBA code would remove/delete
the last 3 places where "supplies" appeared, but keep the first
instance of it, as is, where it is.
Is this even possible?
Thank you for your help.
Wayne
an open Word doc file entirely, and remove all instances of a
specified text, except the very first instance?
For example, if my open doc file had 4 instances of the text
"supplies", then the desired VBA code would remove/delete
the last 3 places where "supplies" appeared, but keep the first
instance of it, as is, where it is.
Is this even possible?
Thank you for your help.
Wayne