I've been assign a task where I need to map data from a PDF converted excel file to another exported excel file with pre-determined headers. The goal is to standardized the converted PDF so that the data can be extracted to the exported excel file in vba. One big issue I foresee is that the converted file language is a little different from the pre-determined headers. My question is in theory, besides formatting components, "What's the best way to extract the data to list under it's respective header?". In the recent past I have used RegEx to accomplish a similar task but the source file was already in a columnar grid style in excel. Any input would be most appreciated.