I am using the camera tool to show a range like this
Is there any way to set picture 21 to range A1 without selecting it, I tried this but it did not work
Code:
ActiveSheet.Shapes("Picture 21").Select
Selection.Formula = "$A$1"
Is there any way to set picture 21 to range A1 without selecting it, I tried this but it did not work
Code:
ActiveSheet.Shapes("Picture 21").Formula = "$A$1"