C
Colin Steadman
Just a quick question, does anyone know if there is an option in the
standard office VBA editior to stop it from auto-aligning my code?
For example if I type this:
sql = "blah"
sql_ad2 = "blah2"
Then the editor helpfully aligns it like this when I move the cursor
away:
sql1 = "blah"
sql_ad2 = "blah2"
TIA,
Colin
standard office VBA editior to stop it from auto-aligning my code?
For example if I type this:
sql = "blah"
sql_ad2 = "blah2"
Then the editor helpfully aligns it like this when I move the cursor
away:
sql1 = "blah"
sql_ad2 = "blah2"
TIA,
Colin