B
Bill (Unique as my name)
I know how to move a picture around a sheet. Eg.,
ActiveSheet.Shapes("Picture 1").Select
Selection.ShapeRange.IncrementTop -5
I would like to move a picture to a particular cell.
Would you help me, please?
Thank you in advance.
ActiveSheet.Shapes("Picture 1").Select
Selection.ShapeRange.IncrementTop -5
I would like to move a picture to a particular cell.
Would you help me, please?
Thank you in advance.