I have an Excel 2000 file with around 25 columns. In column18 the column name is "MONTH" and its data type is Date Time. The value is displayed as (1/5/2009) in format(dd/mm/yyyy).
I need to change its data type to string and display the data in this format: (01-05-2010).
Can anyone tell me how to change the data type and change the way we display the data?