Adding new save as.. option to office

N

NickP

Hi there,

I am currently trying to add a new control to the commandbar "save
as..." menu item. Unfortunately I am not having much luck, mainly because I
am trying to do it in VB.NET without referencing any PIAs.

Does anyone know of a way that I can obtain the correct interfaces for
the objects without using the PIA. I would like my addin to work for as
many versions of office as possible and in the past have developed addins
using C++ for this reason. This time I would like to do it via VB.NET, but
without the interfaces and the correct types exposed, it can be rather
difficult.

Any ideas? Many thanks for your time.

Nick.
 
Top