You don't need a macro for this - you can do it with a wildcard Find/Replace, where:
Find = [^t]{2,}
Replace = ^t
Run once, it will reduce all multi-tab sequences to single tabs. You could, of course, record the above as a macro.
You don't need a macro for this - you can do it with a wildcard Find/Replace, where:
Find = [^t]{2,}
Replace = ^t
Run once, it will reduce all multi-tab sequences to single tabs. You could, of course, record the above as a macro.
Cheers
Paul Edstein
[Fmr MS MVP - Word]