Sometimes, whilst drafting a reply, I see the previous mails with extra empty lines added.
Within a 'simple' text editor this would easily be solved by using a regex.
Find: (\s+?\r\n){2}
Repl: \r\n
(Note: in most cases there are leading spaces before the CRLF, reason why the \s+? is added.
Vainly searched on Internet for a macro example.
Also removing possible indenting (ctrl-b)
Outlook (Office 365).
Any suggestions?
Thanks!
Within a 'simple' text editor this would easily be solved by using a regex.
Find: (\s+?\r\n){2}
Repl: \r\n
(Note: in most cases there are leading spaces before the CRLF, reason why the \s+? is added.
Vainly searched on Internet for a macro example.
Also removing possible indenting (ctrl-b)
Outlook (Office 365).
Any suggestions?
Thanks!