SQLiteForExcel
SQLiteForExcel copied to clipboard
DateValue in demos is culture specific
I.e. DateValue("1 Jan 2000") doesn't work on machine with Russian locale, for example.
But DateValue("2000/01/01") does.
Yes - DateValue is not so useful.
Would you like to make a pull request that changes those to DateSerial(...)?