2016-06-13 121 views
1

如何使用VBA在Excel中打开对齐网格?Excel VBA:如何以可编程方式打开对齐网格

enter image description here

+0

谷歌 “如何使用VBA上捕捉转向格在Excel中” - 第一个结果http://answers.microsoft.com/en- us/office/forum/office_2010-excel/vba-code-to-turn-on-snap-to-grid/4561543e-6157-44a6-afd9-ad257c00de55 –

回答

2

尽量Application.CommandBars.FindControl(ID:=549).Execute(试验到Excel 2010中)

+2

Works in Excel 2013 –