spacebouncer
Board Regular
- Joined
- Feb 7, 2014
- Messages
- 109
When sheet is activated, I want to turn on Snap to Grid.
I've found the following code online to toggle the option, just like clicking the button, but it would be a whole lot better if anyone knows how to turn it on/off rather than just toggle.
Application.CommandBars.FindControl(ID:=549).Execute
I've found the following code online to toggle the option, just like clicking the button, but it would be a whole lot better if anyone knows how to turn it on/off rather than just toggle.
Application.CommandBars.FindControl(ID:=549).Execute