WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Best way to distribute VBA project

 
   Home -> Office -> Programming VBA RSS
Next:  Link Excel To Access  
Author Message
Maurice

External


Since: Mar 21, 2006
Posts: 95



(Msg. 1) Posted: Mon Aug 24, 2009 7:47 am
Post subject: Best way to distribute VBA project
Archived from groups: microsoft>public>outlook>program_vba (more info?)

Hi guys,

I programmed some functionality in Outlook 2003. My client wants to
distribute this in an easy way. Is it possible to distribute this easily or
do I need to make an add in out of it. I guess this has to be done via VSTO
right? If you know of any other way pls let me know.

What needs distributing: two modules and two userforms
Version: Outlook 2003
Windows XP

thanks in advance
--
Maurice Ausum
Back to top
Login to vote
Sue Mosher [MVP]

External


Since: Mar 24, 2009
Posts: 22



(Msg. 2) Posted: Mon Aug 24, 2009 11:22 am
Post subject: Re: Best way to distribute VBA project [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The best solution would be to build an add-in, using what you've learned in
writing the VBA code.

If you want to look at VBA distribution options, see
http://www.outlookcode.com/article.aspx?id=28, but you're heading into
unsupported territory there.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Maurice" <Maurice.DeleteThis@discussions.microsoft.com> wrote in message
news:0FB36A57-40A5-42A3-AE31-8CC43CC833B8@microsoft.com...
> Hi guys,
>
> I programmed some functionality in Outlook 2003. My client wants to
> distribute this in an easy way. Is it possible to distribute this easily
> or
> do I need to make an add in out of it. I guess this has to be done via
> VSTO
> right? If you know of any other way pls let me know.
>
> What needs distributing: two modules and two userforms
> Version: Outlook 2003
> Windows XP
>
> thanks in advance
> --
> Maurice Ausum
Back to top
Login to vote
Ken Slovak - [MVP - Outlo

External


Since: Oct 17, 2003
Posts: 2977



(Msg. 3) Posted: Mon Aug 24, 2009 11:39 am
Post subject: Re: Best way to distribute VBA project [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

To add to what Sue mentioned, you can use VSTO if you want or you can use a
managed code shared addin.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Sue Mosher [MVP]" <suemvp RemoveThis @turtleflock.com> wrote in message
news:uW6Q36MJKHA.3632@TK2MSFTNGP05.phx.gbl...
> The best solution would be to build an add-in, using what you've learned
> in writing the VBA code.
>
> If you want to look at VBA distribution options, see
> http://www.outlookcode.com/article.aspx?id=28, but you're heading into
> unsupported territory there.
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
Back to top
Login to vote
Maurice

External


Since: Mar 21, 2006
Posts: 95



(Msg. 4) Posted: Mon Aug 24, 2009 11:54 am
Post subject: Re: Best way to distribute VBA project [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the reply Sue, i'll take a look at the link you posted.
--
Maurice Ausum


"Sue Mosher [MVP]" wrote:

> The best solution would be to build an add-in, using what you've learned in
> writing the VBA code.
>
> If you want to look at VBA distribution options, see
> http://www.outlookcode.com/article.aspx?id=28, but you're heading into
> unsupported territory there.
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
>
> "Maurice" <Maurice.DeleteThis@discussions.microsoft.com> wrote in message
> news:0FB36A57-40A5-42A3-AE31-8CC43CC833B8@microsoft.com...
> > Hi guys,
> >
> > I programmed some functionality in Outlook 2003. My client wants to
> > distribute this in an easy way. Is it possible to distribute this easily
> > or
> > do I need to make an add in out of it. I guess this has to be done via
> > VSTO
> > right? If you know of any other way pls let me know.
> >
> > What needs distributing: two modules and two userforms
> > Version: Outlook 2003
> > Windows XP
> >
> > thanks in advance
> > --
> > Maurice Ausum
>
>
>
Back to top
Login to vote
Maurice

External


Since: Mar 21, 2006
Posts: 95



(Msg. 5) Posted: Mon Aug 24, 2009 11:55 am
Post subject: Re: Best way to distribute VBA project [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the reply Ken, that's what i figured. I'll have a go at it.
--
Maurice Ausum


"Ken Slovak - [MVP - Outlook]" wrote:

> To add to what Sue mentioned, you can use VSTO if you want or you can use a
> managed code shared addin.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm
>
>
> "Sue Mosher [MVP]" <suemvp.TakeThisOut@turtleflock.com> wrote in message
> news:uW6Q36MJKHA.3632@TK2MSFTNGP05.phx.gbl...
> > The best solution would be to build an add-in, using what you've learned
> > in writing the VBA code.
> >
> > If you want to look at VBA distribution options, see
> > http://www.outlookcode.com/article.aspx?id=28, but you're heading into
> > unsupported territory there.
> >
> > --
> > Sue Mosher, Outlook MVP
> > Author of Microsoft Outlook 2007 Programming:
> > Jumpstart for Power Users and Administrators
> > http://www.outlookcode.com/article.aspx?id=54
> >
>
>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support