Code:
History.Label1.Caption = Sheets(Sheet1).Range("H2")
Range H2 in my excel is already in time format. but when i reference to the label, it gave me lots lot of number.
I have tried this but it do not work as well
Code:
Format(History.Label1.Caption = Sheets(Sheet1).Range("H2")