Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default COPY WORKSHEET WITH VALUES IN CELLS BUT WITHOUT LINKS

Hi,

I want to copy worksheet in different workbook but i don't want to copy
links with this sheet (values only) , how i can make that?

Thanks

Mike


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default COPY WORKSHEET WITH VALUES IN CELLS BUT WITHOUT LINKS

dim bk as workbook, bk1 as workbook
set bk = workbooks("destbook.xls")
set bk1 = workbooks("srcbook.xls")
bk1.worksheets(1).copy after:=bk.worksheets(bk.worksheets.count)
activesheet.cells.copy
activesheet.cells.pastespecial xlValues

--
Regards,
Tom Ogilvy

"michael sofianos" wrote in message
...
Hi,

I want to copy worksheet in different workbook but i don't want to

copy
links with this sheet (values only) , how i can make that?

Thanks

Mike




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I copy cells from one worksheet to another based on values Vickynh Excel Worksheet Functions 2 October 4th 08 05:18 AM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Chart values do not update links to new worksheet DA Charts and Charting in Excel 0 November 28th 05 08:43 PM
If statement...copy values of cells on another worksheet. heater Excel Discussion (Misc queries) 2 August 31st 05 11:05 PM
excel 97: copy and paste values from one worksheet to another worksheet JMCN Excel Programming 2 September 23rd 03 01:32 PM


All times are GMT +1. The time now is 02:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"