J
josus
I'm looking for VBA source code (using Ms-Word) that would would allow
me to:
1- Initialize a variable (ie. "replacement-text")
2- assign content of highlighted text in variable "replacement-text"
3- replace (Ctrl-H) regular text (ie "searched-text") with content of
variable "replacement-text"
Pseudocode would be something like this:
--Initialize a variable called "replacement-text"
--put content of hightlighted text in variable "replacement-text"
--replace all occurrences of the expression "searched-text" with the
content of variable "replacement-text".
Thanks.
me to:
1- Initialize a variable (ie. "replacement-text")
2- assign content of highlighted text in variable "replacement-text"
3- replace (Ctrl-H) regular text (ie "searched-text") with content of
variable "replacement-text"
Pseudocode would be something like this:
--Initialize a variable called "replacement-text"
--put content of hightlighted text in variable "replacement-text"
--replace all occurrences of the expression "searched-text" with the
content of variable "replacement-text".
Thanks.