View Single Post
 
Old 04-30-2018, 02:32 PM
dita dita is offline Windows XP Office 2010 64bit
Advanced Beginner
 
Join Date: Apr 2018
Posts: 34
dita is on a distinguished road
Default

Thanks for letting me know. I assumed that macros may contain interactive content but can see that this is not possible.

So, if we discard the interactive element, can we simply create a macro that finds the spaces mentioned in my post? That is:

- numbers following a space: [0‐9]*
- Equal sign and space: =*
- Space and equal sign: *=
- Bracket followed by space: [0‐9]\)

Once the macro finds any of these spaces, I will substitute them with non-breaking spaces, if I consider that they are applicable.
Reply With Quote