VB Question: Handling Each File in a Folder?

V

Vik Rubenfeld

A Visual Basic newbie question:

Say I have a folder with 100 tab-text files in it. I'd like to import
each one into its own Graph Datasheet. Is there a way to tell Visual
Basic to do an operation to each file in a folder full of files?

Thanks in advance for any info.

-Vik
 
S

Steve Rindsberg

Say I have a folder with 100 tab-text files in it. I'd like to import
each one into its own Graph Datasheet. Is there a way to tell Visual
Basic to do an operation to each file in a folder full of files?

Getting each file's the easy part:

Use DIR to get a list of files
http://www.rdpslides.com/pptfaq/FAQ00464.htm

Getting at the datasheet is a bit more of an exercise, but there's been some
sample code posted here recently.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top