can not use insert file to import EXCEL worksheet range using
Word2003 .

This post
http://groups.google.com/group/microsoft.public.word.vba.general/browse_thread/thread/3edf845d81957845/4d2aef2cb0a04e7f?lnk=st&q=InsertFile+word+range+excel+2003#4d2aef2cb0a04e7f


says to download oconvpck.exe from microsoft website, but after
install it i still i can't import it.

Some suggestions ?
Thanks

RE: INSERTFILE fails when importing EXCEL worksheet using Word2003 Opz by DougTumeo

DougTumeo
Thu May 22 12:09:04 PDT 2008

To insert the worksheet object, try...
InlineShapes.AddOLEObject

If you want to insert a picture of the worksheet, use...
InlineShapes.AddPicture

Hope this helps! :)

"merco" wrote:

> can not use insert file to import EXCEL worksheet range using
> Word2003 .
>
> This post
> http://groups.google.com/group/microsoft.public.word.vba.general/browse_thread/thread/3edf845d81957845/4d2aef2cb0a04e7f?lnk=st&q=InsertFile+word+range+excel+2003#4d2aef2cb0a04e7f
>
>
> says to download oconvpck.exe from microsoft website, but after
> install it i still i can't import it.
>
> Some suggestions ?
> Thanks
>

Re: INSERTFILE fails when importing EXCEL worksheet using Word2003 by merco

merco
Thu May 22 23:03:12 PDT 2008

On 22 Mag, 21:09, Doug Tumeo <DougTu...@discussions.microsoft.com>
wrote:
> To insert the worksheet object, try...
> InlineShapes.AddOLEObject
>
> If you want to insert a picture of the worksheet, use...
> InlineShapes.AddPicture
>
> Hope this helps! :)
>
>
>
> "merco" wrote:
> > can not use insert file to import EXCEL worksheet range using
> > Word2003 .
>
> > This post
> >http://groups.google.com/group/microsoft.public.word.vba.general/brow...
>
> > says to download oconvpck.exe from microsoft website, but after
> > install it i still i can't import it.
>
> > Some suggestions ?
> > Thanks- Nascondi testo tra virgolette -
>
> - Mostra testo tra virgolette -

i've installed the cnv files from office2000 cd ...