A
Aaron Green
Hi,
In an effort to circumvent limitations of vbscript, I'm trying to use
VBA when possible in my Outlook project.
I have the following basic situation: a custom appointment form pops up
a VBA FORM that lets the user select an apporpriate CONTACT for the
appointment.
Have been messing with ways to pass the contact information back to the
outlooko form. What I've decided would LIKE to do is to have an instance
of a class (eg, myContact, which stores contact name and a custom
contact ID). The Outlook form could call getContact which would return
an item of this class. HOWEVER, it doesn't appear that I can pass either
a VBA class to VBScript or a VBScript class to VBA
Recommendations?
Thanks!
Aaron
In an effort to circumvent limitations of vbscript, I'm trying to use
VBA when possible in my Outlook project.
I have the following basic situation: a custom appointment form pops up
a VBA FORM that lets the user select an apporpriate CONTACT for the
appointment.
Have been messing with ways to pass the contact information back to the
outlooko form. What I've decided would LIKE to do is to have an instance
of a class (eg, myContact, which stores contact name and a custom
contact ID). The Outlook form could call getContact which would return
an item of this class. HOWEVER, it doesn't appear that I can pass either
a VBA class to VBScript or a VBScript class to VBA
Recommendations?
Thanks!
Aaron