S
Senapathy K
Hello,
I am using Outlook 2003.
My intention is to avoid having to write boilerplate stuff in frequently
sent mails.
So I wrote a couple of VBA macros for Outlook.
The macros show VBA forms to get some input data from the user. Based on the
inputs it creates a new mail and just displays the mail item. Now the user
can just send the mail item after editing the contents if required.
Now I have:
- 1 Module (with 2 public routines)
- 2 User forms
- The VBA code for the 2 forms above
I created a new toolbar and added buttons for the 2 macros in my Outlook.
They work fine.
Now my question is:
How do I distribute these things to other people so that they can also
utilize this?
I tried exporting the forms and the module. The forms get exported to some
".frm" and ".frx" files and the module results in a .bas file.
Can I distribute these to others? Will it work if they import these to some
place?
Or is it required to create a COM Addin for distribution? I would prefer not
to do so, because no one can edit the DLL if they want to customize / modify
the stuff in the macro.
What is the best way to distribute such macros & forms?
Warm regards,
Sena
I am using Outlook 2003.
My intention is to avoid having to write boilerplate stuff in frequently
sent mails.
So I wrote a couple of VBA macros for Outlook.
The macros show VBA forms to get some input data from the user. Based on the
inputs it creates a new mail and just displays the mail item. Now the user
can just send the mail item after editing the contents if required.
Now I have:
- 1 Module (with 2 public routines)
- 2 User forms
- The VBA code for the 2 forms above
I created a new toolbar and added buttons for the 2 macros in my Outlook.
They work fine.
Now my question is:
How do I distribute these things to other people so that they can also
utilize this?
I tried exporting the forms and the module. The forms get exported to some
".frm" and ".frx" files and the module results in a .bas file.
Can I distribute these to others? Will it work if they import these to some
place?
Or is it required to create a COM Addin for distribution? I would prefer not
to do so, because no one can edit the DLL if they want to customize / modify
the stuff in the macro.
What is the best way to distribute such macros & forms?
Warm regards,
Sena