D
Dennis
Using XL 2003 Home & 2000 Work
Used VBA to populate a range with array formulas.
Then copy-paste-values.
All seemed predictable except that:
every cell in that range had " ' " (single quote) inserted at the beginning of each cell
or, " ' " plus the calculated looked-up value, if any.
I perceive that " ' " " may force a cell format to "text" (The range was/is formatted "General")
That said, why did either VBA and/or XL cause the " ' " entry into each cell?
Or did I answer my question two lines above?
Is there a way to stop the " ' " insertion? (because it may cause countif() miscalculations)
TIA Dennis
Used VBA to populate a range with array formulas.
Then copy-paste-values.
All seemed predictable except that:
every cell in that range had " ' " (single quote) inserted at the beginning of each cell
or, " ' " plus the calculated looked-up value, if any.
I perceive that " ' " " may force a cell format to "text" (The range was/is formatted "General")
That said, why did either VBA and/or XL cause the " ' " entry into each cell?
Or did I answer my question two lines above?
Is there a way to stop the " ' " insertion? (because it may cause countif() miscalculations)
TIA Dennis