Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Saving a worksheet with links


I have a workbook with many different worksheets in them. Each workshee
is a different trader and contains their trades for the day. I hav
created (with your help) a macro that will save the separate worsheet
to files and then email them to the individual traders. My problem i
that once they receive the email the sheet is looking for data from th
main sheet. Is it possible to take a “copy” of the worksheet and not th
actually formulas that give the data? If not how do you do this

--
sungen9
-----------------------------------------------------------------------
sungen99's Profile: http://www.excelforum.com/member.php...nfo&userid=914
View this thread: http://www.excelforum.com/showthread.php?threadid=26901

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Saving a worksheet with links

Hi

For example
http://www.rondebruin.nl/mail/folder1/mail5.htm

You can read this on the Tips page

Below one of this lines in the example subs (if you copy one Sheet)
Sh.copy
Activesheet.copy

Cells.Copy
Cells.PasteSpecial xlPasteValues
Cells(1).Select
Application.CutCopyMode = False


If you copy more sheets in the newly created workbook then use this after the copy line.

Worksheets.Select
Cells.Copy
Cells.PasteSpecial xlPasteValues
Cells(1).Select
Worksheets(1).Select
Application.CutCopyMode = False




--
Regards Ron de Bruin
http://www.rondebruin.nl


"sungen99" wrote in message ...

I have a workbook with many different worksheets in them. Each worksheet
is a different trader and contains their trades for the day. I have
created (with your help) a macro that will save the separate worsheets
to files and then email them to the individual traders. My problem is
that once they receive the email the sheet is looking for data from the
main sheet. Is it possible to take a "copy" of the worksheet and not the
actually formulas that give the data? If not how do you do this?


--
sungen99
------------------------------------------------------------------------
sungen99's Profile: http://www.excelforum.com/member.php...fo&userid=9144
View this thread: http://www.excelforum.com/showthread...hreadid=269010



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
Links Not saving? Ty Archer Excel Discussion (Misc queries) 1 March 15th 07 09:49 AM
Problems saving a worksheet with links Links and Linking in Excel 1 July 9th 06 12:25 AM
Problems saving a worksheet with links to a New Location Excel Worksheet Functions 1 July 7th 06 05:09 PM
Problems saving a worksheet with links Excel Discussion (Misc queries) 1 July 7th 06 04:49 PM
Edit Links: Changing links on a protected worksheet Halibut68 Excel Discussion (Misc queries) 0 April 28th 06 11:03 AM


All times are GMT +1. The time now is 01:37 PM.

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

About Us

"It's about Microsoft Excel"