Hi,
I would like to know how to open a word document and do the folowing (via a word macro):
1. From the top to the end, read each line and store to an array
2. Search for any tables and copy them to the clipboard
3. From Word (VBA code), create an excel sheet and paste each items of my array on cell(i), cell(i +n)...
4. Paste tables from the clipbaord and catch the original layout + format.
Is it possible or not ? (lines code example very well come)
I would like to know how to open a word document and do the folowing (via a word macro):
1. From the top to the end, read each line and store to an array
2. Search for any tables and copy them to the clipboard
3. From Word (VBA code), create an excel sheet and paste each items of my array on cell(i), cell(i +n)...
4. Paste tables from the clipbaord and catch the original layout + format.
Is it possible or not ? (lines code example very well come)