Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / January 2006

Tip: Looking for answers? Try searching our database.

Open Outlook in Shared Calendar View?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PCGrammy - 28 Jan 2006 14:05 GMT
Network consists of a small amount of users who do not use individual
calendars but share one specific calendar.  Since the users only use Outlook
for its shared calendar feature, is there a way to make all accounts in
Outlook open in one single Shared Calendar view rather than opening in
Outlook Today?
Signature

PCGrammy

Michael Bauer - 28 Jan 2006 17:00 GMT
Am Sat, 28 Jan 2006 06:05:27 -0800 schrieb PCGrammy:

Please click Tools/Options/Extended options and select the folder you
want to.

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
 -- www.vbOffice.net --

> Network consists of a small amount of users who do not use individual
> calendars but share one specific calendar.  Since the users only use Outlook
> for its shared calendar feature, is there a way to make all accounts in
> Outlook open in one single Shared Calendar view rather than opening in
> Outlook Today?
PCGrammy - 28 Jan 2006 21:29 GMT
In Outlook 2003, when I click Tools/Options...I see seven tabs, none of which
are listed as Extended options.
Signature

PCGrammy

> Am Sat, 28 Jan 2006 06:05:27 -0800 schrieb PCGrammy:
>  
[quoted text clipped - 8 lines]
> > Outlook open in one single Shared Calendar view rather than opening in
> > Outlook Today?
Michael Bauer - 29 Jan 2006 12:48 GMT
Am Sat, 28 Jan 2006 13:29:26 -0800 schrieb PCGrammy:

"Extended Options" is a button on a tab, which I don´t know how to
translate. Maybe "More", "Extended", "Advanced" or something like that.

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
 -- www.vbOffice.net --

> In Outlook 2003, when I click Tools/Options...I see seven tabs, none of which
> are listed as Extended options.
PCGrammy - 29 Jan 2006 19:46 GMT
By going to Tools, Options, Other tab, and clicking on the Advanced Button,
I'm able to set Calendar as the default startup option.  However, I'm still
not able to make the shared calendar the default when it opens.  Any more
suggestions?   Thanks.
Signature

PCGrammy

> Am Sat, 28 Jan 2006 13:29:26 -0800 schrieb PCGrammy:
>
[quoted text clipped - 4 lines]
> which
> > are listed as Extended options.
Michael Bauer - 30 Jan 2006 06:24 GMT
Am Sun, 29 Jan 2006 11:46:29 -0800 schrieb PCGrammy:

Yes, another way is to set the folder in the StartUp event. Sample:

Private Sub Application_Startup()
 Dim oFld As Outlook.MAPIFolder
 Set oFld = Application.Session.GetDefaultFolder(olFolderContacts)
 Set Application.ActiveExplorer.CurrentFolder = oFld
End Sub

For getting the folder you want to you can use Sue´s GetFolder function:
http://www.outlookcode.com/d/code/getfolder.htm

Signature

Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
 -- www.vbOffice.net --

> By going to Tools, Options, Other tab, and clicking on the Advanced Button,
> I'm able to set Calendar as the default startup option.  However, I'm still
> not able to make the shared calendar the default when it opens.  Any more
> suggestions?   Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.