F
Frank Bouillon
Hi,
A week ago I started a thread how to open a group calendar.
The only possibility seems to be the ugly SendKeys.
But that'll only work if the appropriate (calendar) menu bar is available.
Can I check this availability?
Something like:
Do until Application.MenuBars("CalendarMenuBar") = True
x = x + 1
Loop
Thanks again
Frank
***** Old Thread ***********
I thought doing a little Loop until the menubar is available but I don't
know how to check this.
Something like:
Do until Application.MenuBars("CalendarMenuBar") = True
x = x + 1
Loop
Thanks for any futher help.
Frank
"Sue Mosher [MVP-Outlook]
" Michael, I think Frank is talking not about a calendar folder but about a
group calendar item. Those aren't accessible programmatically, except to set
properties with CDO or Redemption.
"Michael Bauer [MVP - Outlook]">
A week ago I started a thread how to open a group calendar.
The only possibility seems to be the ugly SendKeys.
But that'll only work if the appropriate (calendar) menu bar is available.
Can I check this availability?
Something like:
Do until Application.MenuBars("CalendarMenuBar") = True
x = x + 1
Loop
Thanks again
Frank
***** Old Thread ***********
I thought doing a little Loop until the menubar is available but I don't
know how to check this.
Something like:
Do until Application.MenuBars("CalendarMenuBar") = True
x = x + 1
Loop
Thanks for any futher help.
Frank
"Sue Mosher [MVP-Outlook]
" Michael, I think Frank is talking not about a calendar folder but about a
group calendar item. Those aren't accessible programmatically, except to set
properties with CDO or Redemption.
"Michael Bauer [MVP - Outlook]">