Is there a way to convince the VBA editor in Excel to stop auto-formatting lines to remove the space at the end when I pause in my typing for a quarter second?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is sort of a way to turn off the auto-“correction” in the VBA Editor.
ToolsMenu ->Options->EditorTab -> Clear theAuto Syntax CheckboxSadly, this won’t solve all your problems, as the VBA Editor tends to have a mind of its own, for better or worse.