Answered at
http://www.outlookcode.com/threads.a...essageid=20953. Please do not post in multiple Microsoft newsgroups.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Cel" wrote in message ...
Hello !
Here's the problem : how do i set the value of a variable that i have
defined as a public variable in VBA in MS Outlook 2007 main project1 class,
how do i set the value of that variable in VBScript that is placed in a
custom form in Outlook ?
e.g.
in Outlook main project1 class :
Public iwanttobeeverywhere As Variant
in VBScript in a custom appointments form :
[ how do i refer to the defined variable above ] = "icanbeeverywhere"
Thanx ahead !
p.s. it would be useful to know if it is possible to also call a public VBA
function from VBScript like that ?