Hi,
I have about 7 pictures that I’ve inserted into an Excel spreadsheet. When I recorded my macro to copy and paste one of these pictures it shows the following code:
Sheets(“logos”).Select
ActiveSheet.Shapes(“Object 3”).Select
Selection.Copy
Sheets(“invoice template”).Select
ActiveSheet.Paste
It calls it “Object 3″… when I copy and paste a different picture, the recorded macro doesn’t show the following line:
ActiveSheet.Shapes(“Object 3”).Select
I think it’s because when I look at it in Excel it says it’s “Picture 1” instead of “Object 1”.
How do I turn the picture into an object so I can make my macros work. Or, why doesn’t the recording capture the correct code and call it a picture???
Thanks!
Lana