While composing a reply, I want to do simple repetitive editing of the message body: e.g. when cursor is at the '<' an e-mail address, e.g. "Wig, Big <bigwig@contoso.com>", I want to hit a hotkey and strip the address (leaving "Wig, Big"; bonus if it moves the cursor to the next '<'). Long ago I did a little VBA in Word, Outlook, and Access but don't see an easy way to do this. (I don't even need to do a loop; in fact I don't want to since I don't necessarily want to strip all the <...> strings.)
I now have an AutoHotKey hotkey to do Del, Ctrl-Del, Del, then alt-o f d f space alt-f to find the next one, but it only works when the address inside the <> is really a link, since if it's just text, it'll just delete the first "word" of the address. A VBA solution could work more reliably and allow more flexibility...
Thank you.
I now have an AutoHotKey hotkey to do Del, Ctrl-Del, Del, then alt-o f d f space alt-f to find the next one, but it only works when the address inside the <> is really a link, since if it's just text, it'll just delete the first "word" of the address. A VBA solution could work more reliably and allow more flexibility...
Thank you.