Hey guys,
I haven't tried something like this before, was hoping someone could lend some advice.
I have 500+ resumes in a folder that I want to import into a spreadsheet.
Right now I am manually importing each one, then running a macro to parse the data into the correct colums (Col A = name, col b = phone #, etc)
The problem is, importing 500+ word docs manually is going to take forever, there must be a way around this with VBA.
I would like to write a macro that will import all of the docs, then run my script to put the data intot the correct columns
Any advice?
I haven't tried something like this before, was hoping someone could lend some advice.
I have 500+ resumes in a folder that I want to import into a spreadsheet.
Right now I am manually importing each one, then running a macro to parse the data into the correct colums (Col A = name, col b = phone #, etc)
The problem is, importing 500+ word docs manually is going to take forever, there must be a way around this with VBA.
I would like to write a macro that will import all of the docs, then run my script to put the data intot the correct columns
Any advice?