L
Lorne
Microsoft Frontpage has a command that allows you to insert an excel sheet
into a web page. Is there any code available that will do the same thing
for Outlook objects?
In particular I would like to create a custom desktop that has my task list
and calendar embedded in the desktop so it is always available to me. I
know that there are VB commands such as:
set golApp = New Outlook.Application
set objNewMail = golApp.CreateItem(olMailItem)
which create outlook objects that can then be worked on but I can't find
anything that gives a clue how to do what I want (assuming it is possible!)
I did embed a spreadsheet on my desktop to see if that gave any clues.
Below is the code created by Frontpage (if it helps any-looks unintelligible
to me and the first line reference to file:///G:/msowc.cab is odd as this is
a DVD drive that is empty):
<object classid="clsid:0002E510-0000-0000-C000-000000000046"
id="Spreadsheet1" codebase="file:///G:/msowc.cab" width="424" height="328">
<param name="HTMLURL" value>
<param name="HTMLData" value="<html
xmlns:x="urn:schemas-microsoft-comffice:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<style type="text/css">
<!--tr
{mso-height-source:auto;}
td
{white-space:nowrap;}
..wc0984FD1
{white-space:nowrap;
font-family:Arial;
mso-number-format:General;
font-size:auto;
font-weight:auto;
font-style:auto;
text-decoration:auto;
mso-background-source:auto;
mso-pattern:auto;
mso-color-source:auto;
text-align:general;
vertical-align:bottom;
border-top:none;
border-left:none;
border-right:none;
border-bottom:none;
mso-protection:locked;}
-->
</style>
</head>
<body>
<!--[if gte mso 9]><xml>
<x:ExcelWorkbook>
<x:ExcelWorksheets>
<x:ExcelWorksheet>
<x:OWCVersion>9.0.0.6621</x:OWCVersion>
<x:Label Style='border-top:solid .5pt silver;border-left:solid .5pt
silver;
border-right:solid .5pt silver;border-bottom:solid .5pt silver'>
<x:Caption>Microsoft Office Spreadsheet</x:Caption>
</x:Label>
<x:Name>Sheet1</x:Name>
<x:WorksheetOptions>
<x:Selected/>
<x:Height>8678</x:Height>
<x:Width>11218</x:Width>
<x:TopRowVisible>0</x:TopRowVisible>
<x:LeftColumnVisible>0</x:LeftColumnVisible>
<xrotectContents>False</xrotectContents>
<xefaultRowHeight>255</xefaultRowHeight>
<x:StandardWidth>2340</x:StandardWidth>
</x:WorksheetOptions>
</x:ExcelWorksheet>
</x:ExcelWorksheets>
<x:MaxHeight>80%</x:MaxHeight>
<x:MaxWidth>80%</x:MaxWidth>
</x:ExcelWorkbook>
</xml><![endif]-->
<table class=wc0984FD1 x:str>
<col class=wc0984FD1 width="64">
<tr height="17">
<td class=wc0984FD1></td>
</tr>
</table>
</body>
</html>
">
<param name="DataType" value="HTMLDATA">
<param name="AutoFit" value="0">
<param name="DisplayColHeaders" value="-1">
<param name="DisplayGridlines" value="-1">
<param name="DisplayHorizontalScrollBar" value="-1">
<param name="DisplayRowHeaders" value="-1">
<param name="DisplayTitleBar" value="-1">
<param name="DisplayToolbar" value="-1">
<param name="DisplayVerticalScrollBar" value="-1">
<param name="EnableAutoCalculate" value="-1">
<param name="EnableEvents" value="-1">
<param name="MoveAfterReturn" value="-1">
<param name="MoveAfterReturnDirection" value="0">
<param name="RightToLeft" value="0">
<param name="ViewableRange" value="1:65536">
</object>
into a web page. Is there any code available that will do the same thing
for Outlook objects?
In particular I would like to create a custom desktop that has my task list
and calendar embedded in the desktop so it is always available to me. I
know that there are VB commands such as:
set golApp = New Outlook.Application
set objNewMail = golApp.CreateItem(olMailItem)
which create outlook objects that can then be worked on but I can't find
anything that gives a clue how to do what I want (assuming it is possible!)
I did embed a spreadsheet on my desktop to see if that gave any clues.
Below is the code created by Frontpage (if it helps any-looks unintelligible
to me and the first line reference to file:///G:/msowc.cab is odd as this is
a DVD drive that is empty):
<object classid="clsid:0002E510-0000-0000-C000-000000000046"
id="Spreadsheet1" codebase="file:///G:/msowc.cab" width="424" height="328">
<param name="HTMLURL" value>
<param name="HTMLData" value="<html
xmlns:x="urn:schemas-microsoft-comffice:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<style type="text/css">
<!--tr
{mso-height-source:auto;}
td
{white-space:nowrap;}
..wc0984FD1
{white-space:nowrap;
font-family:Arial;
mso-number-format:General;
font-size:auto;
font-weight:auto;
font-style:auto;
text-decoration:auto;
mso-background-source:auto;
mso-pattern:auto;
mso-color-source:auto;
text-align:general;
vertical-align:bottom;
border-top:none;
border-left:none;
border-right:none;
border-bottom:none;
mso-protection:locked;}
-->
</style>
</head>
<body>
<!--[if gte mso 9]><xml>
<x:ExcelWorkbook>
<x:ExcelWorksheets>
<x:ExcelWorksheet>
<x:OWCVersion>9.0.0.6621</x:OWCVersion>
<x:Label Style='border-top:solid .5pt silver;border-left:solid .5pt
silver;
border-right:solid .5pt silver;border-bottom:solid .5pt silver'>
<x:Caption>Microsoft Office Spreadsheet</x:Caption>
</x:Label>
<x:Name>Sheet1</x:Name>
<x:WorksheetOptions>
<x:Selected/>
<x:Height>8678</x:Height>
<x:Width>11218</x:Width>
<x:TopRowVisible>0</x:TopRowVisible>
<x:LeftColumnVisible>0</x:LeftColumnVisible>
<xrotectContents>False</xrotectContents>
<xefaultRowHeight>255</xefaultRowHeight>
<x:StandardWidth>2340</x:StandardWidth>
</x:WorksheetOptions>
</x:ExcelWorksheet>
</x:ExcelWorksheets>
<x:MaxHeight>80%</x:MaxHeight>
<x:MaxWidth>80%</x:MaxWidth>
</x:ExcelWorkbook>
</xml><![endif]-->
<table class=wc0984FD1 x:str>
<col class=wc0984FD1 width="64">
<tr height="17">
<td class=wc0984FD1></td>
</tr>
</table>
</body>
</html>
">
<param name="DataType" value="HTMLDATA">
<param name="AutoFit" value="0">
<param name="DisplayColHeaders" value="-1">
<param name="DisplayGridlines" value="-1">
<param name="DisplayHorizontalScrollBar" value="-1">
<param name="DisplayRowHeaders" value="-1">
<param name="DisplayTitleBar" value="-1">
<param name="DisplayToolbar" value="-1">
<param name="DisplayVerticalScrollBar" value="-1">
<param name="EnableAutoCalculate" value="-1">
<param name="EnableEvents" value="-1">
<param name="MoveAfterReturn" value="-1">
<param name="MoveAfterReturnDirection" value="0">
<param name="RightToLeft" value="0">
<param name="ViewableRange" value="1:65536">
</object>