I have an excel workbook with two shapes on Sheet1 like below
My Requirement is when the user is navigating towards right side of sheet i.e. Towards headers24, header25 and so on ,I want the two shapes on the sheet to move towards the right side with the user.
Can someone Please suggests any ideas for this.
Thanks
Try this.. yep, its easy..
Place this code in the worksheet module where the shapes exist.
The coordinate (2, 2) is where you want the shape to be fixed at as you scroll along with the keyboard.
But, it would be annoying to work without the scroll bar on a huge worksheet. so alternatively I think you can use refresh ontime, place this code in a Module
And the following code in Sheet1 (where the shapes are in)
First create the shape:
Then in the worksheet code area:
If you move the active cell back and forth, the box will move with it.
Note:
This is only demo code. You still need to: