A
Ansgar Bockstiegel
Hello,
with a VBA-macro I'd like to find and delete whitespace at the beginning
of each line. I was'nt successfull with the Find-Object and gave the
RegExp-Object a try. But still I didn't find out how to describe that
I'm only searching for whitespace at the beginning of the line.
The pattern I already tried was "^[\s]*".
Any suggests?
Ansgar
with a VBA-macro I'd like to find and delete whitespace at the beginning
of each line. I was'nt successfull with the Find-Object and gave the
RegExp-Object a try. But still I didn't find out how to describe that
I'm only searching for whitespace at the beginning of the line.
The pattern I already tried was "^[\s]*".
Any suggests?
Ansgar