|
-
Jan 25th, 2006, 09:29 PM
#1
Thread Starter
Junior Member
Outlook Calenders help
In outlook it is possible to save your calender as an HTML page. the prompt box ask for an output file and a start and end date. I need the VBA code so I can build an excel macro that automatically pulls my outlook calender builds the HTML page and opens it. Anyone know where to find this code? Thanks
-
Jan 26th, 2006, 08:32 PM
#2
Re: Outlook Calenders help
Finally verified it. You can not save a Outlook Calendar as a webpage at all as it is not exposed for programming under any Object Model (OOM, CDO, etc.).
One thing you can do is to automate the manual keystrokes or mouse clicks.
Or what you could do is to use Word's SaveAs HTML feature. If you connected to Outlook from Word and read in the calendar you could create your own calendar in Word using a table. Then when you SaveAs HTML is will convert it all to HTML.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 09:38 PM
#3
Thread Starter
Junior Member
Re: Outlook Calenders help
thanks for the answer, is there a way to build a hyperlink to a shared calender through excel? My particular project is building a master link page...this link page pulls together all the data necessary to build a schedule. One of the peices of data needed to build the schedule is a shared calendar. Can excel hyperlink to a shared calender? Can that hyperlink be tailored to a specific date, or the system date?
Thanks
-
Jan 26th, 2006, 10:50 PM
#4
Re: Outlook Calenders help
What version of Outlook are you running?
You can have Excel open a Calendar but to go to a particular date will take soem doing as the .GotoDate method is unsupported and buggy.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 27th, 2006, 12:24 PM
#5
Thread Starter
Junior Member
Re: Outlook Calenders help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|