I have a variable called USL with a value of 3.36
Trying to split the values as below, no rounding
Thanking you in advance
Bernie
Trying to split the values as below, no rounding
Thanking you in advance
Bernie
VBA Code:
USL = "3.36"
'I only want the digits left of the decimal & the first one after the decimal
'I.E. Pete = 3.3
'I only want the second digit after the decimal
'Pat = 6