Hi,
In a previous post I read, it mentioned that it's possible to specify absolute coordinates for an excel shape e.g. rectangle. I've tried recording a macro whilst moving a shape around but to no avail, see below,
ActiveSheet.Shapes("Rectangle 1").Select
Selection.ShapeRange.IncrementLeft -20
Selection.ShapeRange.IncrementTop -20
...and I've tried looking thru help, but I'm having difficulty working out what the appropriate commands are for absolute corrdinates instead of relative ones. So I was hoping someone might be able to point me in the right direction.
Any advise/help will, as always, be hugely appreciated.
Thanks,
Lochnagar.
In a previous post I read, it mentioned that it's possible to specify absolute coordinates for an excel shape e.g. rectangle. I've tried recording a macro whilst moving a shape around but to no avail, see below,
ActiveSheet.Shapes("Rectangle 1").Select
Selection.ShapeRange.IncrementLeft -20
Selection.ShapeRange.IncrementTop -20
...and I've tried looking thru help, but I'm having difficulty working out what the appropriate commands are for absolute corrdinates instead of relative ones. So I was hoping someone might be able to point me in the right direction.
Any advise/help will, as always, be hugely appreciated.
Thanks,
Lochnagar.