GODZILLA
Registered User.
- Local time
- Today, 14:55
- Joined
- Mar 15, 2010
- Messages
- 70
Hello,
Im looking to import a bunch of files to a table all at once using vba.
I want vba to be able to look at the first 3 letters of the file name to identify it. Then take the next 3 and import all the data to a table.
i.e. file name
999APT130410.txt
I want it to look at [999] which is a code linked to a table
import all the data to a table and add [APT] to the table as an identifyer.
Im sure there is a better way of doing this.
Can anyone help?
Thanks
Im looking to import a bunch of files to a table all at once using vba.
I want vba to be able to look at the first 3 letters of the file name to identify it. Then take the next 3 and import all the data to a table.
i.e. file name
999APT130410.txt
I want it to look at [999] which is a code linked to a table
import all the data to a table and add [APT] to the table as an identifyer.
Im sure there is a better way of doing this.
Can anyone help?
Thanks