Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Catch 22
 
Posts: n/a
Default Coverting Formula to Text

I have a 150 sheet workbook and I am linking (right term?) using (=) every A1
Cell in the work book (except my first page that I use as a directory of
sorts) to a cell in the directory. This way I only have to type in the text
once...BUT....I would like to convert this A1 cell now into text so I can use
SendMail (these cells refer to an email address). Is there any way to convert
this formula to text so it doesn't read "=Directory!G22", etc. and actually
read the actual email address or is there a way to tweak the Macro to for
Sendmail to allow for this.... Long question I know but I would greatly
appreciate any help!
  #2   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"Catch 22" wrote in message
...
I have a 150 sheet workbook and I am linking (right term?) using (=) every

A1
Cell in the work book (except my first page that I use as a directory of
sorts) to a cell in the directory. This way I only have to type in the

text
once...BUT....I would like to convert this A1 cell now into text so I can

use
SendMail (these cells refer to an email address). Is there any way to

convert
this formula to text so it doesn't read "=Directory!G22", etc. and

actually
read the actual email address or is there a way to tweak the Macro to for
Sendmail to allow for this.... Long question I know but I would greatly
appreciate any help!


Selct the cell(s), copy and then selct Edit|Paste Special.. Select values
and press OK. You probably want to do this on a copy of your workbook.

/Fredrik


  #3   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi ...Catch 22...
In rereading looks like the only thing you were concerned about
is email addresses which would give you no problems converting
to values as described by Fredrik.

For numeric values you could have a problem with a value like
48.05038 but you only see 48.05 in Excel and you want to
see 48.05 when printed in email. One way to solve that would
be to use cell.text in your macro where cell is a single
cell range that you are looping through cells.

Strictly within Excel there is no problem because converting
to value is not going to change the formatting.


HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Fredrik Wahlgren"
wrote in message Selct the cell(s), copy and then selct Edit|Paste Special.. Select values
and press OK. You probably want to do this on a copy of your workbook.




  #4   Report Post  
Catch 22
 
Posts: n/a
Default

Thanks to the both of you....a big help

"David McRitchie" wrote:

Hi ...Catch 22...
In rereading looks like the only thing you were concerned about
is email addresses which would give you no problems converting
to values as described by Fredrik.

For numeric values you could have a problem with a value like
48.05038 but you only see 48.05 in Excel and you want to
see 48.05 when printed in email. One way to solve that would
be to use cell.text in your macro where cell is a single
cell range that you are looping through cells.

Strictly within Excel there is no problem because converting
to value is not going to change the formatting.


HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Fredrik Wahlgren"
wrote in message Selct the cell(s), copy and then selct Edit|Paste Special.. Select values
and press OK. You probably want to do this on a copy of your workbook.





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
Text in Cell as Formula SU Excel Discussion (Misc queries) 0 March 9th 05 07:49 PM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
merging text without using a formula April Excel Discussion (Misc queries) 4 February 16th 05 01:07 AM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
Concatenation formula loses text wrap formatting DFM Excel Discussion (Misc queries) 5 December 27th 04 01:45 PM


All times are GMT +1. The time now is 04:53 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"