I am using EXCEL 2007 in windows 7.
I have a simple file with 2 worksheets. Sheet1 & Sheet2.
I need to do these things via VBA.
Copy Sheet2!A1:C500 Paste Special Values only.
Delete Sheet2!1:1 row 1 whole row
Delete Sheet1
Ask an Inputbox for the file name
Save As file in CSV format in the below location
C:\Users\RajKum\My Documents\Converted.
Needs to create Converted folder, if not exists.
Appreciate all your help
Raj