D
DizzyD
Hi all,
Perhaps one (or more) of you wizards can assist me with
automating a daily tasks. Here's the deal - Every day I
ftp a batch file to a partner company, they break that
batch up into individual files ( usually 50-100). Thru a
script they deposit these files back into a pre-defined
folder on my server - however, they add a bunch of
characters to each file name. I copy all these files into
notepad, strip these characters and manually count the
total files received. I don't mind doing the copy and
paste function into Notepad, Word, Excel or whatever and
from there I like some VBA to perhaps do a string function
(?) to strip all but the last 6 characters of the file
name and total the number of files. Example below...
I ftp:
Batch AL021504.txt ( includes 50 files)
I receive the next day:
BVDX100001.txt
BVDX100002.txt
BVDX100003.txt
BVDX100004.txt
BVDX100005.txt
and so on for the remaining 45 files..
Currently I copy all 50 into Notepad, crop the BVDX and
the .txt extension and manually count the number of files.
Is there some VBA magic I can use to help me crop and add ?
I hope I explained the requirements??
As always - thanks in advance !!! ;-)
Perhaps one (or more) of you wizards can assist me with
automating a daily tasks. Here's the deal - Every day I
ftp a batch file to a partner company, they break that
batch up into individual files ( usually 50-100). Thru a
script they deposit these files back into a pre-defined
folder on my server - however, they add a bunch of
characters to each file name. I copy all these files into
notepad, strip these characters and manually count the
total files received. I don't mind doing the copy and
paste function into Notepad, Word, Excel or whatever and
from there I like some VBA to perhaps do a string function
(?) to strip all but the last 6 characters of the file
name and total the number of files. Example below...
I ftp:
Batch AL021504.txt ( includes 50 files)
I receive the next day:
BVDX100001.txt
BVDX100002.txt
BVDX100003.txt
BVDX100004.txt
BVDX100005.txt
and so on for the remaining 45 files..
Currently I copy all 50 into Notepad, crop the BVDX and
the .txt extension and manually count the number of files.
Is there some VBA magic I can use to help me crop and add ?
I hope I explained the requirements??
As always - thanks in advance !!! ;-)