"Jonathan West" <jwest@mvps.org> wrote in message
news:u5DUrx%23yDHA.2508@TK2MSFTNGP12.phx.gbl...
> Hi John,
>
> The VB.NET project must be saved as an ActiveX DLL. Then you can access
the
> DLL either by setting a reference in Tools References in the VBA editor,
or
> by using late binding, and creating an object variable with the reference
> using the CreateObject command.
>
> --
> Regards
> Jonathan West - Word MVP
>
http://www.multilinker.com > Please reply to the newsgroup
>
> "John" <john@nospam.infovis.co.uk> wrote in message
> news:OeLOpz0yDHA.1760@TK2MSFTNGP10.phx.gbl...
> > Hi
> >
> > How can I expose procedures (function or sub) in my vb.net app to vba in
> > word?
> >
> > Thanks
> >
> > Regards
> >
> >
>