I read a number for example 42000 that I need to convert into date in the format DD/MM/YY in a macro, not a Load statement.
In the macro the number is stored in vInput and the new value will be stored in vDate. Neither vDatet = Date(vInput, 'DD/MM/YYYY') or vDate = date(vInput#(Date,'DD/MM/YYYY')) works. Any ideas?