S
stakar
Huge problemmmmm!!
I get one value as a result from vb code formatted with the Cstr
and one value using an excel formula
(the results for both values are always the same numbers)
When the values are 00 or 01 or 015 or 1510 etc, are identical an
recognize each other
When the values are 0 or 1 or 8 or anything but two and more digit
value, aren't identical because the not vb value isnt a text
I use the =isnumber()
The value that comes from the vb code is always FALSE
The value that comes from the excel formula when it is 00 or 01 i
FALSE but when it is 0,2,7 or anything but below 10 is TRUE
Can someone tell me which is the format for the not vb value to b
always a string
I get one value as a result from vb code formatted with the Cstr
and one value using an excel formula
(the results for both values are always the same numbers)
When the values are 00 or 01 or 015 or 1510 etc, are identical an
recognize each other
When the values are 0 or 1 or 8 or anything but two and more digit
value, aren't identical because the not vb value isnt a text
I use the =isnumber()
The value that comes from the vb code is always FALSE
The value that comes from the excel formula when it is 00 or 01 i
FALSE but when it is 0,2,7 or anything but below 10 is TRUE
Can someone tell me which is the format for the not vb value to b
always a string