B
BI_Guy
I have been given
2000 envelopes in MS Word
Some lines have leading blanks.
How do I remove the first blank on a line.
In vi or ed I would say
1,$s/^ //
I have attempted the following find & replace
find: ^m[ ]
replace: ^m
where ^m is a page/section break
but I lose most of the envelopes
Thanks in advance for your assistance.
2000 envelopes in MS Word
Some lines have leading blanks.
How do I remove the first blank on a line.
In vi or ed I would say
1,$s/^ //
I have attempted the following find & replace
find: ^m[ ]
replace: ^m
where ^m is a page/section break
but I lose most of the envelopes
Thanks in advance for your assistance.