Macro to Copy from Word Document to Excel

ronanbaker1

Board Regular
Joined
Nov 15, 2012
Messages
76
Hi Guys,

I have an excel file opened. I also have 2 word documents opened (Word Document name changes). I want to create a macro in excel that will copy a page that has a particular word in it (Say word is called "Business"). There may be more than one page and if so it will paste each page in a new tab on my excel sheet.

for the pasting part I would like it to be an image.

ActiveSheet.PasteSpecial Format:="Microsoft Office Word Document Object", _
Link:=False, DisplayAsIcon:=False

My thinking towards this would be firstly activity all word files that are opened. Then use a Search/Find tool for every occasion it is found copy the page..... Can this be done?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,215,047
Messages
6,122,858
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top