import VBA module at runtime in Outlook
Hello,
what I have created is a vba module in Outlook used by a couple of people. Now I would like to add a version check on it which compares the module in use with the one I publish on a server. If the server side mod is newer, then replace the old one (or update).
I already found some solutions, but only to be used within Excel.
Does someone know how to do this? Or another way?
Thx
Re: import VBA module at runtime in Outlook
what have you done so far?
have you got it checking the versions?
is it the import/Update you are having issues with?