I have a MS Word document.

I am looking for a way to copy all of the contents of the file into a new Excel worksheet/workbook.

The problem (i think) is that my Visual Basic project is a XLA file. Can i still do this with the same project?

So, basically:

Copy all the contents of a MS Word document
Open a new MS Excel Document
Paste the content into the Excel Document.

TIA.

Picco