PDA

View Full Version : Snap to Shape setting?



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.

John Wilson
06-27-2008, 08:49 AM
Hi Tom

Not 100% certain but I don't think this is exposed in the object model

John

TrippyTom
06-28-2008, 07:04 PM
darnit... well is there any way I can get to it using the FindControl method?