Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Sending only part of a workbook thru emai

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Sending only part of a workbook thru emai

You could just right-click on the sheet tab and "move or copy".

Copty to a new workbook.

Save that and send it.

Alternative is Ron de Bruin's site for individual sendmail code methods.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 08:39:00 -0800, carl43m
wrote:

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Sending only part of a workbook thru emai

Because sheet three is driven by calculations in other sheets--after I copy
it to a new workbook it asks if I want links updated? If i just say no and
send the new workbook out to people will they get that same message also when
they try to open it?
Carl

"Gord Dibben" wrote:

You could just right-click on the sheet tab and "move or copy".

Copty to a new workbook.

Save that and send it.

Alternative is Ron de Bruin's site for individual sendmail code methods.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 08:39:00 -0800, carl43m
wrote:

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default Sending only part of a workbook thru emai

Hi carl43m

There is a example in my code to change the formulas to values
There is a option in my add-in to do this also

If you want to do it manual see
http://www.rondebruin.nl/values.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"carl43m" wrote in message ...
Because sheet three is driven by calculations in other sheets--after I copy
it to a new workbook it asks if I want links updated? If i just say no and
send the new workbook out to people will they get that same message also when
they try to open it?
Carl

"Gord Dibben" wrote:

You could just right-click on the sheet tab and "move or copy".

Copty to a new workbook.

Save that and send it.

Alternative is Ron de Bruin's site for individual sendmail code methods.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 08:39:00 -0800, carl43m
wrote:

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Sending only part of a workbook thru emai

After copying to the new book, select all cells and EditCopy

Then EditPaste SpecialValuesOKEsc.

Now save and send.


Gord

On Thu, 14 Dec 2006 11:43:02 -0800, carl43m
wrote:

Because sheet three is driven by calculations in other sheets--after I copy
it to a new workbook it asks if I want links updated? If i just say no and
send the new workbook out to people will they get that same message also when
they try to open it?
Carl

"Gord Dibben" wrote:

You could just right-click on the sheet tab and "move or copy".

Copty to a new workbook.

Save that and send it.

Alternative is Ron de Bruin's site for individual sendmail code methods.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 08:39:00 -0800, carl43m
wrote:

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Sending only part of a workbook thru emai

Thanks!

"Gord Dibben" wrote:

After copying to the new book, select all cells and EditCopy

Then EditPaste SpecialValuesOKEsc.

Now save and send.


Gord

On Thu, 14 Dec 2006 11:43:02 -0800, carl43m
wrote:

Because sheet three is driven by calculations in other sheets--after I copy
it to a new workbook it asks if I want links updated? If i just say no and
send the new workbook out to people will they get that same message also when
they try to open it?
Carl

"Gord Dibben" wrote:

You could just right-click on the sheet tab and "move or copy".

Copty to a new workbook.

Save that and send it.

Alternative is Ron de Bruin's site for individual sendmail code methods.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 08:39:00 -0800, carl43m
wrote:

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Sending only part of a workbook thru emai

You're welcome and sorry for not thinking of that first time around.

You did say sheet3 "pulls" data from the other 2 sheets.


Gord

On Thu, 14 Dec 2006 13:53:01 -0800, carl43m
wrote:

Thanks!

"Gord Dibben" wrote:

After copying to the new book, select all cells and EditCopy

Then EditPaste SpecialValuesOKEsc.

Now save and send.


Gord

On Thu, 14 Dec 2006 11:43:02 -0800, carl43m
wrote:

Because sheet three is driven by calculations in other sheets--after I copy
it to a new workbook it asks if I want links updated? If i just say no and
send the new workbook out to people will they get that same message also when
they try to open it?
Carl

"Gord Dibben" wrote:

You could just right-click on the sheet tab and "move or copy".

Copty to a new workbook.

Save that and send it.

Alternative is Ron de Bruin's site for individual sendmail code methods.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Thu, 14 Dec 2006 08:39:00 -0800, carl43m
wrote:

I have a workbook with three sheet tabs. Sheets 1 &2 do a bunch of
calculations and generate the information I need to develop schedule for me.
In sheet 3 I pull data from the first two sheet into a predefined format
that is organized into a comprehensive schedule of activities .

My question is this. I want to be able to send the information from sheet 3
to people thru email but I don't want to send the whole workbook that
contains my calculations/formulas and other data they don't need to see that
is in sheets 1 and 2. Is there a way to get the data from sheet sent without
the rest of the workbook?
Thanks
Carl





Gord Dibben MS Excel MVP
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
Identifying Part Numbers Tiziano Excel Worksheet Functions 3 December 15th 06 08:05 AM
worksheet to worksheet . . . Wayne Knazek Excel Worksheet Functions 5 September 27th 06 06:57 PM
How do I match 2 cols on two books and get price info for all matc Sonny Excel Worksheet Functions 1 August 26th 06 02:45 PM
excel exits unexpectedly or hangs the second time I open workbook r_m_i Excel Discussion (Misc queries) 0 February 9th 06 10:14 PM
sending object to the back in excel workbook M Kirwin Excel Discussion (Misc queries) 1 January 12th 06 05:11 AM


All times are GMT +1. The time now is 11:58 PM.

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"