MrRajKumar
Active Member
- Joined
- Jan 29, 2008
- Messages
- 291
- Office Version
- 365
- Platform
- Windows
Hello Experts.
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
Save As file in CSV format in the below location
C:\Users\RajKum\My Documents\Converted.
( If converted folder is not in My Documents needs to create this )
I tried to record a macro, I couldn't figure this out. It needs to check the Document folder for the Converted folder.
How can I do this.
Appreciate all your help
Raj
EDIT: Also please needs to have a pop up for the file name.
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
Save As file in CSV format in the below location
C:\Users\RajKum\My Documents\Converted.
( If converted folder is not in My Documents needs to create this )
I tried to record a macro, I couldn't figure this out. It needs to check the Document folder for the Converted folder.
How can I do this.
Appreciate all your help
Raj
EDIT: Also please needs to have a pop up for the file name.
Last edited: