L
Lars Thomsen Nielsen
Outlook2000. I have made an additional sheet called "Hotel" on my
appointment form. How can I make this sheet be the one that
"starts up". I have tried something like the code shown below,
but it does (naturally) not work.
Best regards
Lars
**************
Function Item_Open()
If Item.size = 0 then
Dim objPage
Set objPage = Item.GetInspector.ModifiedFormPages("Hotel")
objPage.Display
End Function
appointment form. How can I make this sheet be the one that
"starts up". I have tried something like the code shown below,
but it does (naturally) not work.
Best regards
Lars
**************
Function Item_Open()
If Item.size = 0 then
Dim objPage
Set objPage = Item.GetInspector.ModifiedFormPages("Hotel")
objPage.Display
End Function