Using UltraEdit: Wrapping SQL in Quotes


Menu Expand/Collapse Menu

When SQL is used in code, it must be wrapped in quotes as a string. This gets tedious when done manually so I wrote a macro to wrap SQL in quotes.

After using the formatting macro, the quote wrapper preserves the formatting. This makes inspection of the SQL string in the immediate window of the VBA IDE much easier.

Using UltraEdit 4 SQL Viewing