Hi Dan,
I may be doing it wrong but I tried the new code for the GETXMLSTRING but ended up with an XLSX file that had no headers (row 1 had all blank value cells) and the data in the remaining rows and cells had blank or zero data. It would appear that if a value in a field of the table being loaded up was a straight character field and did not have any 'special characters' in it, it was returned back as blank. If the field had a date or a numeric value, or one of the characters that are specifically tested for, such as the ampersand, it looked all OK. It is something to do with the CHRTRAN statement. If I comment out that test, all works well and the row headers are correctly written into row 1 and 'straight' character fields are also correctly loaded up.
↧