S
soundneedle
(newbie)
While viewing the calendar, a user clicks on an appointment which opens
my form. I'd like to code which form's page shows. Here's my vbscript:
sub Item_Open()
Set myolapp=createobject("Outlook.application")
Set myInspector = createobject("Outlook.Inspector")
Set myInspector = myOlApp.ActiveInspector
myInspector.ShowFormPage ("Page2")
end sub
I know this thing is probably riddled with problems. I understand VBA,
but this vbscript is another story...
Anyone have any suggestions to what I'm doing wrong here??
While viewing the calendar, a user clicks on an appointment which opens
my form. I'd like to code which form's page shows. Here's my vbscript:
sub Item_Open()
Set myolapp=createobject("Outlook.application")
Set myInspector = createobject("Outlook.Inspector")
Set myInspector = myOlApp.ActiveInspector
myInspector.ShowFormPage ("Page2")
end sub
I know this thing is probably riddled with problems. I understand VBA,
but this vbscript is another story...
Anyone have any suggestions to what I'm doing wrong here??