Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Tom, I wasn't aware of that. In fact, I wasn't aware of the feature
at all until some time ago. It's a pity it has disadvantages, because I quite liked the reduced typing! -- Kind Regards, Niek Otten Microsoft MVP - Excel "Tom Ogilvy" wrote in message ... Just some added info: Simplifying to [A1] is not recommended (in my opinion) as it is many times slower -- Regards, Tom Ogivly "Niek Otten" wrote in message ... ?Range("A1").Value Since Value is default for a formula, you can also use ?Range("A1") Which can be simplified to ?[A1] -- Kind Regards, Niek Otten Microsoft MVP - Excel "crusoe81" wrote in message ... Hi I have a formula in a cell, but i want only the result of the formula for my macro. Is there a way for me to reference the value in the cell e.g Let say A1 contains "=1+1" how can i get the value 2 from cell A1 from VBA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |