R
Robert Crandal
On my spreadsheet, cell "A1" shows the time of "9:50 PM".
However, when I run the following code:
MsgBox Range("A1").Value
the message box shows a time of "0.9097222222".
How do i fix this so it shows "9:50 PM" in the MessageBox?
Thank you!
However, when I run the following code:
MsgBox Range("A1").Value
the message box shows a time of "0.9097222222".
How do i fix this so it shows "9:50 PM" in the MessageBox?
Thank you!