I am a pilot and use the Logten Pro registration program. I have the opportunity to use Excel spreadsheets saved from my flight control software and import them into Logten Pro using CSV format.
However, my problem is that the flight management software exports the date and time of take-off in one cell in the following Excel format: DD / MM / YYYY H: MM: SS PM. This is handled perfectly by Excel, and by default it is formatted in DD / MM / YY format, even if the actual value is more specific, consisting of a full-length date and time group.
This is a problem because Logten Pro will automatically import the date if it is in DD / MM / YY format, and there is no way to pull out only the displayed DD / MM / YY date, and not the full date, the actual time group value, unless you pass manually and do not remove additional text from the function block.
My question is: is there a VBA macro that can automatically copy the actual displayed text and paste it into another cell, changing the actual value, as it happens, to the value DD / MM / YY? Also, can this be done to work on an entire column, rather than on individual cells at a time?
Note. I do not have VBA experience, so the only complete line of VBA that I could copy and paste would be the ideal answer.
Thanks.
source share