Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i like to show via "MessageBox.Show" the date of cell H3 (Excel).
If i go with this code:
myCell = GoExcel.CellValue(myXLS, "Sheet1", "H3") MessageBox.Show("the date:" & " " & myCell,"iLogic")
i get the result: 42957 instead of 14.08.2017. This wont work!
Is it possible, Instead of the above code, to show the savedate of the Excel file with the right date 14.08.2017?
Thanks for your help.
Regards Martin
Solved! Go to Solution.