rpaulson
Well-known Member
- Joined
- Oct 4, 2007
- Messages
- 1,428
Hello all,
The above code works. But I would like to move it without selecting it.
Code below yields a runtime 438 error
Thanks for looking at it,
Ross
Code:
ActiveSheet.Shapes("Group 129").Select
Selection.ShapeRange.IncrementLeft 150
The above code works. But I would like to move it without selecting it.
Code below yields a runtime 438 error
Code:
ActiveSheet.Shapes("Group 129").ShapeRange.IncrementLeft 150
Thanks for looking at it,
Ross