Hi,
From C2 till end of data in the colum
Main Topics
Browse All TopicsHi,
Get each excel sheet into a txt file and rename it with the sheet name and get colum "C" data into each from row 2.
I have 100's of sheets each with a unique name. Need help with a script that can convert each sheet with a txt file.
Save all into a folder.
REgards
Sharath
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Below code will result in my example 2.
If you also have data in the columns above E you will need to add more Columns(2).EntireColumn.De
In my example it will create the txt files in C:\Documents and Settings\User\Desktop\temp
You will need to change this folder.
Also make shure the folder exists as I did not include any checking or creation.
Hope this helps
Kind regards
Business Accounts
Answer for Membership
by: Iced-evilPosted on 2009-10-22 at 04:51:16ID: 25632991
Hi,
Could you provide some info on how you want the data in the txt file?
ex: C2, C3, C4, C5, ...
ex2:
C2
C3
C4
...
ex3: C2;C3;C4;...
Kind regards