<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Calendar and Toolbars</title>
	<atom:link href="http://msaccesstips.com/2007/07/calendar-and-toolbars/feed/" rel="self" type="application/rss+xml" />
	<link>http://msaccesstips.com/2007/07/calendar-and-toolbars/</link>
	<description>Free MS-Access downloads</description>
	<lastBuildDate>Tue, 15 May 2012 19:07:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Conveyancing Solicitor</title>
		<link>http://msaccesstips.com/2007/07/calendar-and-toolbars/comment-page-1/#comment-2811</link>
		<dc:creator>Conveyancing Solicitor</dc:creator>
		<pubDate>Wed, 30 Mar 2011 19:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=48#comment-2811</guid>
		<description>&lt;strong&gt;Conveyancing Solicitor...&lt;/strong&gt;

[...]here are some links to sites that we link to because we think they are worth visiting[...]...</description>
		<content:encoded><![CDATA[<p><strong>Conveyancing Solicitor&#8230;</strong></p>
<p>[...]here are some links to sites that we link to because we think they are worth visiting[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cialis generic purchase</title>
		<link>http://msaccesstips.com/2007/07/calendar-and-toolbars/comment-page-1/#comment-698</link>
		<dc:creator>cialis generic purchase</dc:creator>
		<pubDate>Wed, 26 May 2010 12:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=48#comment-698</guid>
		<description>I am the first time on this site and am really enthusiastic about and so many good articles. I think it&#039;s just very good.
Always yours Mr. Cialis</description>
		<content:encoded><![CDATA[<p>I am the first time on this site and am really enthusiastic about and so many good articles. I think it&#8217;s just very good.<br />
Always yours Mr. Cialis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2007/07/calendar-and-toolbars/comment-page-1/#comment-28</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Tue, 24 Jul 2007 23:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=48#comment-28</guid>
		<description>Welcome to the Site and thank you for the compliments.&lt;br /&gt;&lt;br /&gt;It is Possible. I will publish a Post at a later date with more details. In the meantime try this: Write an Automacro first in your Excel File.&lt;br /&gt;&lt;br /&gt;Open your Excel File (say Test.xls) and display the VB Module (Tools - &gt; Macro - &gt; Visual Basic Editor).&lt;br /&gt;&lt;br /&gt;Double-Click on the &lt;b&gt;Thisworkbook&lt;/b&gt; object at the left side window. Its empty Code Module will display at the right side . Select Workbook from the top control where &lt;b&gt;(General)&lt;/b&gt; is shown. Two lines of Code will display automatically as shown below except the middle line. The middle line you have to write. If the Code displayed is not the &lt;b&gt;Workbook_Open()&lt;/b&gt; Event Procedure then select &lt;b&gt;Open&lt;/b&gt; from the &lt;b&gt;(Declarations)&lt;/b&gt; control above.&lt;br /&gt;&lt;br /&gt;Private Sub Workbook_Open()&lt;br /&gt;    MsgBox &quot;Hi, Muscat Santra&quot;&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Save the Excel file as C:\Test.xls.&lt;br /&gt;&lt;br /&gt;Write the following Code inside a Click Event Procedure of a Command Button in a Form to Open the Excel File:&lt;br /&gt;&lt;br /&gt;Call Shell(&quot;C:\Program Files\Microsoft Office\Office\Excel.exe C:\Test.xls&quot;)&lt;br /&gt;&lt;br /&gt;The Excel File will open and show a warning message about the Macro.  Click on &lt;b&gt;Enable Macros&lt;/b&gt; button after that you will see the Welcome Message that we have written in the Workbook &lt;b&gt;Open Event Procedure&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;I will bring out more details on this, like how to check and find which excel file is linked into Access and how to find its Name with code and automatically open the Linked Excel File. How to Link External Data Files, like Dbase, Excel, ODBC etc. will be explored.&lt;br /&gt;&lt;br /&gt;Regards,</description>
		<content:encoded><![CDATA[<p>Welcome to the Site and thank you for the compliments.</p>
<p>It is Possible. I will publish a Post at a later date with more details. In the meantime try this: Write an Automacro first in your Excel File.</p>
<p>Open your Excel File (say Test.xls) and display the VB Module (Tools &#8211; > Macro &#8211; > Visual Basic Editor).</p>
<p>Double-Click on the <b>Thisworkbook</b> object at the left side window. Its empty Code Module will display at the right side . Select Workbook from the top control where <b>(General)</b> is shown. Two lines of Code will display automatically as shown below except the middle line. The middle line you have to write. If the Code displayed is not the <b>Workbook_Open()</b> Event Procedure then select <b>Open</b> from the <b>(Declarations)</b> control above.</p>
<p>Private Sub Workbook_Open()<br />    MsgBox &#8220;Hi, Muscat Santra&#8221;<br />End Sub</p>
<p>Save the Excel file as C:\Test.xls.</p>
<p>Write the following Code inside a Click Event Procedure of a Command Button in a Form to Open the Excel File:</p>
<p>Call Shell(&#8220;C:\Program Files\Microsoft Office\Office\Excel.exe C:\Test.xls&#8221;)</p>
<p>The Excel File will open and show a warning message about the Macro.  Click on <b>Enable Macros</b> button after that you will see the Welcome Message that we have written in the Workbook <b>Open Event Procedure</b>.</p>
<p>I will bring out more details on this, like how to check and find which excel file is linked into Access and how to find its Name with code and automatically open the Linked Excel File. How to Link External Data Files, like Dbase, Excel, ODBC etc. will be explored.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muscat Santra</title>
		<link>http://msaccesstips.com/2007/07/calendar-and-toolbars/comment-page-1/#comment-29</link>
		<dc:creator>Muscat Santra</dc:creator>
		<pubDate>Fri, 20 Jul 2007 09:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=48#comment-29</guid>
		<description>This is the first time I am coming to this page. Good stuff! :-) Is it possible to write an access macro for a linked excel table that can ativate another macro within the excel table?</description>
		<content:encoded><![CDATA[<p>This is the first time I am coming to this page. Good stuff! :-) Is it possible to write an access macro for a linked excel table that can ativate another macro within the excel table?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

