I have three buttons in Excel, on the worksheet. I want to move them to a particular location, irrespective of where they are currently.
If I try and record macro/move them and check the script, it's relative steps left and up:
Any ideas anyone? Please?
Applications Support
UK
If I try and record macro/move them and check the script, it's relative steps left and up:
Code:
ActiveSheet.Shapes("CopyFrom").Select
Selection.ShapeRange.IncrementLeft -109.5
Selection.ShapeRange.IncrementTop 0.75
Any ideas anyone? Please?
Applications Support
UK