O2K: Sharing VBA code , a form & a button between users

S

Steven

I've written a small VBA function and have assigned it to a button on
my outlook bar, however I'd now like to share this amoungst a couple
of people, how can I package this up into something can can be easily
distributed ? In Excel I'd be creating an Add-in, but there doesn't
appear to be anything equivalent within Outlook 2000.

Any walk through examples on the web would be appreciated if you have
pointers too.


Thanks in advance,



Stephen
 
M

Michael Bauer

Hi Stephen,

for creating OL Add-Ins you will need Visual Basic e.g. You can
distrbiute your VBA-Project by copying the *.otm file, but note: that
will overwrite existing files/projects on the target machines.
 
Top