E
Enda
Hi,
I would appreciate some help with the following.
I would like to search a given document for the following string:
"\ref{*}}" where * can be any combination of characters. I gather this
must be represented by "\ref\{*\}\}"
and replace it by the same String less the trailing curly brace.
The range.Find method only returns a boolean so I don't know how to
get a handle on the found text to remove its trailing }.
Any advice would be grately appreciated.
Enda Ridge
I would appreciate some help with the following.
I would like to search a given document for the following string:
"\ref{*}}" where * can be any combination of characters. I gather this
must be represented by "\ref\{*\}\}"
and replace it by the same String less the trailing curly brace.
The range.Find method only returns a boolean so I don't know how to
get a handle on the found text to remove its trailing }.
Any advice would be grately appreciated.
Enda Ridge