Hello Greg,
I'm a C# geek, but I'm sure you could use a statement like:
Imports Word = Microsoft.Office.Interop.Word
Sometimes it's better to use the full namespaces, because e.g. I can create
a namespace X4U.Word in my application.
Then the compiler doen't know wich object to use - Microsofts or mine.
Thats the reason for using long namespaces.
hope this helps,

Signature
Helmut Obertanner
Senior Developer
MVP - Visual Developer VSTO
http://www.x4u.de
> In order to reference Word in VB, I have to add a reference to --
>
[quoted text clipped - 23 lines]
> some way, or is it this way in all VB 2003 .NET installations? Any help
> greatly appreciated.
Greg Wallace - 09 Apr 2006 18:03 GMT
Beautiful! That worked perfectly. I went back through the 4 sample projects
I had worked on and made the appropriate correction. I didn't know you could
assign synonyms like that in an imports statement!
--
Thanks a lot!,
Greg Wallace
> Hello Greg,
>
[quoted text clipped - 36 lines]
> > some way, or is it this way in all VB 2003 .NET installations? Any help
> > greatly appreciated.