if or vlookup

  • Thread starter Thread starter nivek05
  • Start date Start date
You must have the images stored on the same worksheet when using John's code.


Gord Dibben MS Excel MVP
 
Sub copyshape()
With Sheets("sheet14")
..Select
ActiveSheet.Shapes("myshp").Copy
Application.Goto Sheets("sheet13").Range("b12")
ActiveSheet.Paste
End With
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top