Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I use VBA code to examine the content of a cell so as to
determine whether it contains a hard value, such as the number 12, rather than a formula that yields the value 12? It suspect that there should be a way to search the cell content for an equal sign (=) in the alphanumeric character string using *=* where * substitutes for any group of characters. Alternatively, perhaps there is something line the fuction cell("type", A1) where it returns a character string depending on whether the cell in location A1 is blank, contains a label, or returns a value. The cell("type") function does not distinguish between a hard value and a formula that yields a value. Suggestions?? Thanks Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In 2007 I am having difficulty distinguishing highlighted areas | Excel Discussion (Misc queries) | |||
Distinguishing between Cells with Formula vs Cells with Text/Value | Excel Worksheet Functions | |||
distinguishing formula cells | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |