E
Ed
If my doc has a list of items like:
(a)
(b)
(c)
etc (not autogenerated), can I increment or decrement this list with a
wildcard search or replace? In other words, is there any way to search for
(a-z) and replace with \1+2 (replacing b with d) or \1-1 (replacing b with
a)? Or would it need to be done via macro?
Ed
(a)
(b)
(c)
etc (not autogenerated), can I increment or decrement this list with a
wildcard search or replace? In other words, is there any way to search for
(a-z) and replace with \1+2 (replacing b with d) or \1-1 (replacing b with
a)? Or would it need to be done via macro?
Ed