Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Remove Formulas, Keep Values


Hi all,

I'm putting together a spreadsheet that is using the INDIRECT function
to link to a number of other spreadsheets. The problem with this is
that the link only works when the other spreadsheets are open.

What I'd like to do is, once I've put together my report, to have a
macro that removes formulas, but keeps the values - hence, others can
read it without having to have the 15+ supporting spreadsheets open.

Any ideas?

TIA,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=482777

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Remove Formulas, Keep Values



--

HTH

RP
(remove nothere from the email address if mailing direct)


"SamuelT" wrote in
message ...

Hi all,

I'm putting together a spreadsheet that is using the INDIRECT function
to link to a number of other spreadsheets. The problem with this is
that the link only works when the other spreadsheets are open.

What I'd like to do is, once I've put together my report, to have a
macro that removes formulas, but keeps the values - hence, others can
read it without having to have the 15+ supporting spreadsheets open.

Any ideas?

TIA,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile:

http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=482777



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Remove Formulas, Keep Values

Just select the cells, Copy, EditPasteSpecial and select Values.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"SamuelT" wrote in
message ...

Hi all,

I'm putting together a spreadsheet that is using the INDIRECT function
to link to a number of other spreadsheets. The problem with this is
that the link only works when the other spreadsheets are open.

What I'd like to do is, once I've put together my report, to have a
macro that removes formulas, but keeps the values - hence, others can
read it without having to have the 15+ supporting spreadsheets open.

Any ideas?

TIA,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile:

http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=482777



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Remove Formulas, Keep Values

On Mon, 7 Nov 2005 06:10:51 -0600, SamuelT
wrote:


Hi all,

I'm putting together a spreadsheet that is using the INDIRECT function
to link to a number of other spreadsheets. The problem with this is
that the link only works when the other spreadsheets are open.

What I'd like to do is, once I've put together my report, to have a
macro that removes formulas, but keeps the values - hence, others can
read it without having to have the 15+ supporting spreadsheets open.

Any ideas?

TIA,

SamuelT


Something like:
-----------------------
Sub foo()
dim c as range

for each c in range("where your formulas are")
c.value = c.value
next c

end sub
-----------------


--ron
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
Remove $ from formulas LiAD Excel Discussion (Misc queries) 4 September 8th 09 10:16 AM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
AdvancedFilter on cells with formulas, returning values and not formulas Claus[_3_] Excel Programming 2 September 7th 05 02:40 PM
remove formulas frank Excel Discussion (Misc queries) 0 January 10th 05 10:47 PM
Is there a way to remove numbers w/o remove formulas Annette[_3_] Excel Programming 2 July 23rd 03 07:29 PM


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