View Single Post
  #3  
Old February 12th 09, 01:19 PM posted to microsoft.public.outlook.program_vba
Jeroen
external usenet poster
 
Posts: 14
Default Showing scheduling page when opening appointment

The code is as follows:

SetCurrentFormpage("Scheduling");
Appointment.Display(false);

The exact message is:

The specified page does not exist or does not allow that operation.

Works nice with Outlook 2003 and Outlook 2007 without Exchange but with
Outlook 2007 with Exchange I get the error.

I'm hope someone has an answer because I need to get the application to our
customers.



"Jeroen" wrote:

Anybody who has any ideas?

"Jeroen" wrote:

Hello,

When I make an appointment I want to open it on the scheduling page, that
works fine with Office 2003 but with Office 2007 i'm getting an persission
error/page does not exist error. I noticed that the name of the "tab" isn't
scheduling but scheduling assistent. So I tried to open it with that name but
the same error occured.

Anybody who has any idea how to fix this?

Ads