Macro Problem

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi
we have a workbook that saves as a finished report another workbook
Problem is when creating the second workbook we copy and paste
pictures from one worksheet to another worksheet using a macro.

When i open the Finished report the pictures are still associated with
the first workbook.

Is there anyway to break this accosiation ?
 
When I do a copy/paste of a picture I do not get a link:

Sheet1.Shapes("Picture 1").Copy
Workbooks("Book1").Worksheets("Sheet1").Paste

Are you doing it some other way?

--
Jim Rech
Excel MVP
| Hi
| we have a workbook that saves as a finished report another workbook
| Problem is when creating the second workbook we copy and paste
| pictures from one worksheet to another worksheet using a macro.
|
| When i open the Finished report the pictures are still associated with
| the first workbook.
|
| Is there anyway to break this accosiation ?
 

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