vba - How to compare between excel and word/pdf? -


i have excel file want compare bunch of pdf/word files, example excel got cells:

a   100 b   200 c   300 

and in pdf/word there table same:

a   105 b   200 c   300 

i want way check every cell in each pdf if match cell in excel in example show row not equal 100 - 105.

how can approach kind of problem?

the way can think of copy word/pdf data excel worksheet , give same form data in excel file. then, use standard excel formulas compare data...


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -