Help using With statement to move command buttons
Hi,
I'm trying to move the location of two command buttons by using a With
statement but am getting the error below. My code is also below. Any help
is appreciated!
Error: Run-time error 438: Object doesn't support this property or method.
Code:
With .Shapes("submemid")
.ShapeRange.Top = 18
.ShapeRange.Left = 153.75
End With
--
Robert
|