#18581
Stefan
Participant

For to create a macro you could do this:

– go to top of file
– go to start of line
– Macros > Start
– press right arrow key one time
– press Enter key
– Macro > Stop
– Macro > Edit (choose JavaScript)
– change ‘1’ to ‘4689’ for CharRight
– save file (to temporary file, (or to your EmEditor folder for later reuse)
– Macro > Select This
– go back to your document
– undo
– execute macro with temporary options

– – –
To make the macro execution much more quicker, add this at top of the macro:
Redraw = false;