#20993
Scott Beeson
Participant

document.selection.Text = JSON.stringify(JSON.parse(document.selection.Text), null, ‘\t’);

I tried this macro and it just says “Syntax Error”. Are there prerequisites I’m missing?