Copy and paste spread sheet

  • Thread starter Thread starter broogle
  • Start date Start date
B

broogle

Is there anyway I can copy a spreadsheet from fileA.xls to fileB.xls
without creating the link (in formula) to fileA ?

I am using excel 2000.

Thanks
 
If you want to replace your formulas with the value they display
cells.Value = Cells.Value

if you have identical source data in the destination sheet and you change
the source
See changelink

ActiveWorkbook.ChangeLink "c:\excel\book1.xls", _
"c:\excel\book2.xls", xlExcelLinks
 

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