greatsenshi
New Member
- Joined
- Oct 4, 2013
- Messages
- 3
Hi,
I was wondering if anyone can help me with a problem Im trying to solve. But not entirely sure if this is even possible
So we use a bunch of equipment at work that spits out a pdf file that is going to consist the results of a particular test.
Those files are named in a unique format. It looks a bit like this:-
EH_CM42_EB0C8105G00_CPS41D_F30C3105E00_2013_09_10_08_39_25.pdf
Out of this file name it consist of the serial number (F30C3105E00) of the equipment which is the first set off italics/bold and time(08_39) and date (2013_09_10) this test was performed.
So My question is there a way or a vbs macro or anything that will be extract these three different information and save them in three different cells on the spreadsheet. BTW Also I should mention that these files are going to be stored on a network drive
PS- The only way I have figured out to do this is to create a .bat file that runs the dir command and saves it to a text file. Dont know if this can help anyone
Thanks,
Michael
I was wondering if anyone can help me with a problem Im trying to solve. But not entirely sure if this is even possible
So we use a bunch of equipment at work that spits out a pdf file that is going to consist the results of a particular test.
Those files are named in a unique format. It looks a bit like this:-
EH_CM42_EB0C8105G00_CPS41D_F30C3105E00_2013_09_10_08_39_25.pdf
Out of this file name it consist of the serial number (F30C3105E00) of the equipment which is the first set off italics/bold and time(08_39) and date (2013_09_10) this test was performed.
So My question is there a way or a vbs macro or anything that will be extract these three different information and save them in three different cells on the spreadsheet. BTW Also I should mention that these files are going to be stored on a network drive
PS- The only way I have figured out to do this is to create a .bat file that runs the dir command and saves it to a text file. Dont know if this can help anyone
Thanks,
Michael
Last edited: