Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default convert to value

is there a function to convert the contents of a cell from its formula to
the result of the formula


(similar to:)
Range("A9:F100").Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False

only in a more direct manner?


thanks in advance,
-mark


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default convert to value

Hi Mark

You can use the value property
http://www.rondebruin.nl/values.htm


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



"mark kubicki" wrote in message ...
is there a function to convert the contents of a cell from its formula to
the result of the formula


(similar to:)
Range("A9:F100").Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False

only in a more direct manner?


thanks in advance,
-mark




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default convert to value

Range("A1").Value = Range("A1").Value

--
Regards,
Rocky McKinley


"mark kubicki" wrote in message
...
is there a function to convert the contents of a cell from its formula to
the result of the formula


(similar to:)
Range("A9:F100").Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False

only in a more direct manner?


thanks in advance,
-mark




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default convert to value

worked G R E A T !!!
(thanks)

"Ron de Bruin" wrote in message
...
Hi Mark

You can use the value property
http://www.rondebruin.nl/values.htm


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



"mark kubicki" wrote in message

...
is there a function to convert the contents of a cell from its formula

to
the result of the formula


(similar to:)
Range("A9:F100").Select
Application.CutCopyMode = False
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False

only in a more direct manner?


thanks in advance,
-mark






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
can the "convert" function in excel convert to UK gallons? JR Excel Discussion (Misc queries) 2 April 24th 08 04:55 PM
how will i convert 05.01.2007 convert 05.Jan.2007 format? lady_like New Users to Excel 17 February 9th 07 12:43 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM
Convert Time...!convert tenths of a second Pape Excel Discussion (Misc queries) 2 December 16th 04 10:17 AM


All times are GMT +1. The time now is 03:45 AM.

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"