Private Sub Worksheet_SelectionChange(ByVal Target As Range)
'Modified 11/16/2018 7:29:50 AM EST
Shapes("My_Shape").Top = ActiveCell.Top
Shapes("My_Shape").Left = ActiveCell.Offset(, 1).Left
End Sub
Thank you for the help.
I cant seem to get that to work.
I think some thing needs to be charged in the code in order for it to work. I will keep trying otherwise ill just start putting the code in each sheet.
Thank you for the help.