call to external functions

K

k0mp

Is there a way in VBScript to call functions from an external file ?
Because I have made a proc in VBS that allows to export the current
form to html in a wysiwyg way (automatically, not using a template)
but the problem is that I have several forms, and if I have made
changes in my proc I don't want to copy/paste the code for each forms.
 
K

Ken Slovak - [MVP - Outlook]

If it's a Public Sub or Function in the ThisOutlookSession class module in
your Outlook 2000 or later VBA project you can call it using
Application.MySubName but this method isn't supported and isn't guaranteed
to work in later versions of Outlook or even possibly in service pack or
hotfix revisions to Outlook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top