TrippyTom
06-26-2008, 03:05 PM
I see there's a Snap to Grid setting in VBA:
With ActivePresentation
.SnapToGrid = msoFalse
End With
But I can't find something similar for the Snap To Shape button in the menu. Is there a similar feature via code? Why can't I find it? When I type in "snap" in the object browser, it only gives me the SnapToGrid option.
With ActivePresentation
.SnapToGrid = msoFalse
End With
But I can't find something similar for the Snap To Shape button in the menu. Is there a similar feature via code? Why can't I find it? When I type in "snap" in the object browser, it only gives me the SnapToGrid option.