I have several shapes that I need to have snapped to grid (Cosmetic purposes only). Is snap to grid only temporary? If I close and come back the shapes are no longer snapping to the grid. This is the code I have.
The problem is if a new objec gets copied then it won't snap to grid.
Sub auto_open()
For Each obj In ActiveSheet.DrawingObjects
With obj
.Top = .TopLeftCell.Top
.Left = .TopLeftCell.Left
End With
Next
End Sub
I may not be very smart but I'm sure wirey!!!!
The problem is if a new objec gets copied then it won't snap to grid.
Sub auto_open()
For Each obj In ActiveSheet.DrawingObjects
With obj
.Top = .TopLeftCell.Top
.Left = .TopLeftCell.Left
End With
Next
End Sub
I may not be very smart but I'm sure wirey!!!!