<?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: Insert a Drop Down Calendar Menu In Excel &#8211; Choose a Date!</title>
	<atom:link href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/</link>
	<description>&#34;How To&#34; For People Just Like You!</description>
	<lastBuildDate>Fri, 18 May 2012 10:35:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: crash</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-1/#comment-16194</link>
		<dc:creator>crash</dc:creator>
		<pubDate>Fri, 11 May 2012 21:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-16194</guid>
		<description>I found this fix online.  
 
Private Sub Workbook_Open() 
Application.ScreenUpdating = False 
Workbooks.Add 
ActiveWindow.Close 
Application.ScreenUpdating = True 
End Sub 
 
Paste into &quot;This Workbook&quot; in VBA </description>
		<content:encoded><![CDATA[<p>I found this fix online.  </p>
<p>Private Sub Workbook_Open()<br />
Application.ScreenUpdating = False<br />
Workbooks.Add<br />
ActiveWindow.Close<br />
Application.ScreenUpdating = True<br />
End Sub </p>
<p>Paste into &quot;This Workbook&quot; in VBA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie Bell</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-15778</link>
		<dc:creator>Stephanie Bell</dc:creator>
		<pubDate>Wed, 02 May 2012 20:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-15778</guid>
		<description>I don&#039;t see Microsoft Date and Time Picker Control in my Toolbox -&gt; more options. I have office 2010. Can you please help? </description>
		<content:encoded><![CDATA[<p>I don&#039;t see Microsoft Date and Time Picker Control in my Toolbox -&gt; more options. I have office 2010. Can you please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-1/#comment-15449</link>
		<dc:creator>Bhavin</dc:creator>
		<pubDate>Thu, 26 Apr 2012 09:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-15449</guid>
		<description>Hi Maen, did u get solution for this. 
How to make this calendar enabled when the sheet is protected. </description>
		<content:encoded><![CDATA[<p>Hi Maen, did u get solution for this.<br />
How to make this calendar enabled when the sheet is protected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazgul</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-1/#comment-13235</link>
		<dc:creator>Nazgul</dc:creator>
		<pubDate>Wed, 29 Feb 2012 15:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-13235</guid>
		<description>Hi, 
 
on the link : &lt;a href=&quot;http://www.familycomputerclub.com/excel/date-and-time-picker-tool-in-excel.html&quot; rel=&quot;nofollow&quot;&gt;http://www.familycomputerclub.com/excel/date-and-...&lt;/a&gt; 
you can find how to apply this control an entire column, i.e to cell which has focus at this time. 
You have to add in VBA code : 
 
Private Sub DTPicker1_Change() 
ActiveCell.Value = DTPicker1.Value 
 
End Sub 
 
After that when you open calendar and choice data, data will be placed in cell which has focus.   </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>on the link : <a href="http://www.familycomputerclub.com/excel/date-and-time-picker-tool-in-excel.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.familycomputerclub.com/excel/date-and-time-picker-tool-in-excel.html?referer=');">http://www.familycomputerclub......nd-&#8230;</a><br />
you can find how to apply this control an entire column, i.e to cell which has focus at this time.<br />
You have to add in VBA code : </p>
<p>Private Sub DTPicker1_Change()<br />
ActiveCell.Value = DTPicker1.Value </p>
<p>End Sub </p>
<p>After that when you open calendar and choice data, data will be placed in cell which has focus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-13234</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 29 Feb 2012 14:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-13234</guid>
		<description>Absolutely brilliant - will I tell them the real truth, or bask in the glory.....? </description>
		<content:encoded><![CDATA[<p>Absolutely brilliant &#8211; will I tell them the real truth, or bask in the glory&#8230;..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathleen</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-12982</link>
		<dc:creator>Kathleen</dc:creator>
		<pubDate>Tue, 21 Feb 2012 18:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-12982</guid>
		<description>Could you please tell me if there is a way to have the cell appear blank until you pick a date? Right now there always has to be a date there. </description>
		<content:encoded><![CDATA[<p>Could you please tell me if there is a way to have the cell appear blank until you pick a date? Right now there always has to be a date there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LITTLE66085</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-12496</link>
		<dc:creator>LITTLE66085</dc:creator>
		<pubDate>Wed, 08 Feb 2012 17:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-12496</guid>
		<description>Another Excel 2010 question.  Can I place a image(company logo) on one tab sheet and copy it automatically yo other sheets in the same workbook?  The reasoning is to be able to changs  images on one sheet and automically update others.  Thanks! </description>
		<content:encoded><![CDATA[<p>Another Excel 2010 question.  Can I place a image(company logo) on one tab sheet and copy it automatically yo other sheets in the same workbook?  The reasoning is to be able to changs  images on one sheet and automically update others.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LITTLE66085</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-12495</link>
		<dc:creator>LITTLE66085</dc:creator>
		<pubDate>Wed, 08 Feb 2012 17:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-12495</guid>
		<description>help!!!! I have followed the instructions on the drop down calender, but upon reopening, the calender drop down is duplicated in the upper left corner and won&#039;t work in either area until the design mode is toggled.  The calender disappears in the corner until design mode is turned off......whats wrong?  Excel 2010.  By the way, it works fine on a blank worksheet. </description>
		<content:encoded><![CDATA[<p>help!!!! I have followed the instructions on the drop down calender, but upon reopening, the calender drop down is duplicated in the upper left corner and won&#039;t work in either area until the design mode is toggled.  The calender disappears in the corner until design mode is turned off&#8230;&#8230;whats wrong?  Excel 2010.  By the way, it works fine on a blank worksheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umar</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-12470</link>
		<dc:creator>umar</dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-12470</guid>
		<description>it is possible when i crate new separate sheet in excel with date and time is automatically add.........? 
i mean new insert work sheet...which include date and time in top .....    </description>
		<content:encoded><![CDATA[<p>it is possible when i crate new separate sheet in excel with date and time is automatically add&#8230;&#8230;&#8230;?<br />
i mean new insert work sheet&#8230;which include date and time in top &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umar</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/comment-page-2/#comment-12469</link>
		<dc:creator>umar</dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://danielcurran.com/?p=326#comment-12469</guid>
		<description>it is possible when i crate new separate sheet in excel with date and time is automatically add.........? 
 </description>
		<content:encoded><![CDATA[<p>it is possible when i crate new separate sheet in excel with date and time is automatically add&#8230;&#8230;&#8230;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

