VBA editor auto-deletes spaces at the ends of lines

前端 未结 17 1381
不知归路
不知归路 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:44

    I don't think I've ever seen the VBE remove a space when I've stopped typing. It will remove trailling spaces from lines if you move to another line, but that's something different and not behaviour that I think can be altered.

提交回复
热议问题