View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Bovey Rob Bovey is offline
external usenet poster
 
Posts: 811
Default Copying a Excel Chart into Word

Hi Ian,

In the Visual Basic Editor choose Tools/References from the menu and
select the reference called "Microsoft Word X.0 Object Library", where X
will be the number of the version of Word you're running.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *


"ian Mangelsdorf" wrote in message
...
Hi

Im trying to copy a Excel chart into the active word document

How do I reference the Word im trying to use

Dim WDApp As Word.Application

but am getting an "Usertype not defined" error.

Im using Office XP

Cheers

Ian