Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50090

[SOLVED] String variable gets converted to lowercase

$
0
0
ok this is weird.
I have a line in my code which does :
Code:

init_param = Sheets("Parameter_DB").Cells(f, icol).Value
the actual value in this cell is "TRUE", but the value returned into init_param is "True", without the uppercase of the last three letters.
any idea why this is happening ?
I did declared the variable as a string.

Viewing all articles
Browse latest Browse all 50090

Trending Articles