I want to change the date format from"02-09-21" to “02-Sep-21” in a excel.
I tried but I am getting only for one cell but not for the entire column.
Please someoneDateFormat.xlsx (11.8 KB)
do needful.
Please Refer excel for the reference.
On top of everyone else’s suggestions, you could try adding an apostrophe ("'") to the beginning of your dates if they are in a string format. This will prevent Excel form auto-formatting your dates in the Formula Bar.
Could you Please click on click details and share screenshot.
this is error is occur due to the different column name as i have removed the spaces from last in the column name. SO if you can just copy the column name from excel pass it inside the code it will resolve
Hi @pravin_calvin ,
I tried your method its working fine but it is taking to much of time.
i.e taking 15 minutes to write 675 records.
Time to be taken less.
Please help me on this.