Thread
:
Snap an object to a cell border via macro
View Single Post
#
2
Posted to microsoft.public.excel.misc
Greg Wilson
external usenet poster
Posts: 747
Snap an object to a cell border via macro
Try:
With ActiveSheet.Shapes("Text Box 1")
.Left = Range("A1").Left
.Top = Range("A1").Top
End With
Greg
Reply With Quote
Greg Wilson
View Public Profile
Find all posts by Greg Wilson