PDA

Click to See Complete Forum and Search --> : *Resolved* Excel VBE - Grid Off?


TheRobster
Nov 26th, 2004, 10:25 AM
Is it possible to turn the snap-to-grid function off in the Excel VBE? I can find the options to alter the grid size and turn the grid lines off, but I can't see how you can turn the snap-to-grid function off. :confused:

Cheers
-Rob

si_the_geek
Nov 26th, 2004, 10:30 AM
For me it's shown as "Align to grid" immediately under the other grid options.

TheRobster
Nov 26th, 2004, 11:44 AM
That doesn't turn the snap-to-grid off though. It just aligns the selected object to the grid. What I need is to turn the snap-to-grid function off completely.

RobDog888
Nov 26th, 2004, 05:27 PM
From the VB Editor - Tools > Options > General tab > uncheck
"Align Controls to Grid" and enter your grid unit points.

HTH