ok this is weird.
I have a line in my code which does :
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.
I have a line in my code which does :
Code:
init_param = Sheets("Parameter_DB").Cells(f, icol).Value
any idea why this is happening ?
I did declared the variable as a string.