S
Sol
I have this huge document (3,756 pages with the tags) and I want to replace
the words between the tags with Word-formatted style, then deleting the
tags, for example I want "<I>any text</I>" to become "any text" in italics
(a style called G-italics), ditto <I>strange transformations</I> to become
"strange transformations" in G-italics in the same search. Then doing
another search for <B>...</B> and so forth.
Nisus Writer Pro does have the Find/Replace to do this, but not the capacity
to go through so many pages, and I'd prefer not to break up this document,
because I'll have repeat all this over and over again (don't know Perl at
all!!).
I've already got Word to make 75,000 changes for a single accented text and
tried using Range which did not work because I guess Range is for a single
part of a text and <I> etc is not a correct term within Range.
Set myRange = ActiveDocument.Range(Start:="<I>", End:="</I>")
Can someone help with this? I have no idea what the VB for this will be,
though I have done quite a few <simple> macros
the words between the tags with Word-formatted style, then deleting the
tags, for example I want "<I>any text</I>" to become "any text" in italics
(a style called G-italics), ditto <I>strange transformations</I> to become
"strange transformations" in G-italics in the same search. Then doing
another search for <B>...</B> and so forth.
Nisus Writer Pro does have the Find/Replace to do this, but not the capacity
to go through so many pages, and I'd prefer not to break up this document,
because I'll have repeat all this over and over again (don't know Perl at
all!!).
I've already got Word to make 75,000 changes for a single accented text and
tried using Range which did not work because I guess Range is for a single
part of a text and <I> etc is not a correct term within Range.
Set myRange = ActiveDocument.Range(Start:="<I>", End:="</I>")
Can someone help with this? I have no idea what the VB for this will be,
though I have done quite a few <simple> macros