B
Brian Holfield
abc def ghi
a bcd fgh i
ab cdfg hi
line 1, needs a tab instead of the space between c and d
line 2, needs a tab instead of the space between a and b
line 3, needs a tab instead of the space between b and c
Currently this is being done with a search and replace, using
wildcards:
Search for: (^013[! ]{1,})[space]
Replace with: \1^009
Is it possible to achieve the same result using a macro? Since a number
of people have to make this change, it would be easier to have them run
FirstSpaceToTab than to train them to use this tricky Search and
Replace.
Thanks for any help.
a bcd fgh i
ab cdfg hi
line 1, needs a tab instead of the space between c and d
line 2, needs a tab instead of the space between a and b
line 3, needs a tab instead of the space between b and c
Currently this is being done with a search and replace, using
wildcards:
Search for: (^013[! ]{1,})[space]
Replace with: \1^009
Is it possible to achieve the same result using a macro? Since a number
of people have to make this change, it would be easier to have them run
FirstSpaceToTab than to train them to use this tricky Search and
Replace.
Thanks for any help.