I have a vb6 code that read value from excel which is in mm-yy format . I want to convert it as dd-mm-yyyy format in my application
My vb6 code for reading column is
.Range(Purchase_Excel!ExpdateColumn & intLoopCounter)
where counter is the row number