Hello,
I am building a GUI which reads an other Excel file.
The read file contains some date, when I get these data, I have some integer instead of date.
How should I proceed ?
For example, the file I read have the following date :
2005/4/1
When I get it in VBA, I obtain : 38443. Can this integer be converted into the initial date ?
I have the same question for the time :
0:05:00
When I get the data, I obtain :
0.00347222222222222
Thank you in advance.
Bookmarks