A
azidrane
Trying to get a value (held in a SINGLE variable) to be displayed in a
cell in a this format [h]:ss
But, when i do this
sngTime = 1 'for one day
range("A1").value = format(sngTime, "[h]:ss")
All i get is :12
Whats wrong?
cell in a this format [h]:ss
But, when i do this
sngTime = 1 'for one day
range("A1").value = format(sngTime, "[h]:ss")
All i get is :12
Whats wrong?