VBA editor auto-deletes spaces at the ends of lines

前端 未结 17 1394
不知归路
不知归路 2020-11-30 05:11

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?

17条回答
  •  爱一瞬间的悲伤
    2020-11-30 05:30

    There is sort of a way to turn off the auto-"correction" in the VBA Editor.

    Tools Menu -> Options -> Editor Tab -> Clear the Auto Syntax Check box

    Sadly, this won't solve all your problems, as the VBA Editor tends to have a mind of its own, for better or worse.

提交回复
热议问题