My csv has some values such as "1/1" or "4/5". These represent 1 out of 1 or 4 out of 5. When my VBA script opens the file and does it's magic, Excel automatically changes these values to 1-Jan or 5-April. How do I disable Excel from formatting my csv data?