<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel B. Curran Jr. &#187; Excel</title>
	<atom:link href="http://danielcurran.com/category/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielcurran.com</link>
	<description>&#34;How To&#34; For People Just Like You!</description>
	<lastBuildDate>Sat, 22 Oct 2011 19:48:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Create A Reminder Email For Outlook Email From Excel</title>
		<link>http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/</link>
		<comments>http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:16:54 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[eMail]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reminder]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=305</guid>
		<description><![CDATA[Do you want Excel to alert you of an approaching due date? Do you want to be able to send an automatic email to a person related to an item in that spreadsheet? Try it this way:]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>How many times have I been asked this &#8211; let me count the ways . . .</p>
<blockquote><p>How can I set up an excel document with suspense dates and get alerts from Outlook to remind me when they are due?</p>
<p>I built an Excel project management spreadsheet that uses start and end dates to track tasks. One field shows remaining days to complete the task. My question, is there a way to have excel utilize my Outlook to send me an email once a task is within 3 days of completion or past due? (I do not have the funds to license all my staff with Microsoft Project)</p></blockquote>
<p>And a dozen more in the comments of various articles. Here&#8217;s the deal gang, while this sounds like an excellent idea &#8211; automatic Outlook reminders from an Excel spreadsheet &#8211; its not.</p>
<p>If you approach this with VBA code that says &#8220;Send an email to Outlook when . . .&#8221; that &#8220;When&#8221; statement has the potential to really screw some things up. First off, the spreadsheet needs to be open for the code to run. What happens when you go on vacation for two weeks and come back and open the file? What if you just forget to open the actual file because you are relying on an automatic reminder? How many pop-up meail windows are you going to get? How do you know everyone was emailed that needed to be emailed?</p>
<p>This is a case where automation sounds fantastic but in my opinion its really not a good idea.</p>
<p>Soapbox aside . . . Of course I <em>have </em>figured out an alternative for you.</p>
<p>I think the original script for this came from Martin Green over at<a href="www.fontstuff.com " target="_blank"> FontStuff.com</a>, or I found it in a discussion board. Disclaimer: I have modified the script to bend it to my will but I want to give props to whoever wrote the original core script. OK, props given &#8211; lets solve this mystery!</p>
<p><strong>Do you want Excel to alert you of an approaching due date? Do you want to be able to send an automatic email to a person related to an item in that spreadsheet? Try it this way:</strong></p>
<p style="padding-left: 30px;">1. Download this file: <a href="http://danielcurran.com/freeware/Outlook Email from Excel.zip">Outlook eMail from Excel</a>.<em> (17k zip)</em><br />
It is the example we will work from. I am going to show you a few tricks and then leave you to your own devices. Copy the pieces that work for your unique situation, ignore the ones you don&#8217;t need.</p>
<p style="padding-left: 30px;">2. We are going to be working in developer mode so make sure you know how to enable it in Excel. The directions are in <a href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/" target="_blank">this posting</a>.</p>
<p style="padding-left: 30px;">3. Open up the spreadsheet you downloaded and follow along&#8230; Oh, and the spreadsheet has a Macro in it that you have to enable. Its safe, Trust me. I used to work for the Government.</p>
<p>So what are we looking at?</p>
<p><img class="aligncenter size-large wp-image-519" style="border: 1px solid black;" title="excel-outlook1" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook12-1024x394.jpg" alt="excel-outlook1" width="614" height="236" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p>These columns can be rearranged anyway you see fit for your unique project. In this example we have people&#8217;s names, an email subject, an imaginary due date, an &#8220;email sent?&#8221; column, the person&#8217;s email address and a custom body message.</p>
<p>Click on any cell in a row to select it and then click the SEND MAIL button at the top of the spreadsheet. I&#8217;ll choose row 6, &#8220;Bill Jones&#8221;, the email generated looks like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-523" style="border: 1px solid black;" title="excel-outlook2" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook2.jpg" alt="excel-outlook2" width="433" height="221" /></p>
<p>What happened? The email address was filled, the subject line of the email was filled in and the custom body message was put in the body between two other lines of text.</p>
<p>Light-bulbs going off yet?</p>
<p>Where did those other lines of text in the body come from? A Macro. Let&#8217;s take a look at that macro so you can customize it.</p>
<p>Choose the <strong>DEVELOPER </strong>tab in Excel and click <strong>Macros </strong>(Again, the directions for enabling the Developer tab are in <a href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/" target="_blank">this posting</a>.)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-524" style="border: 1px solid black;" title="excel-outlook3" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook3.jpg" alt="excel-outlook3" width="436" height="108" /></p>
<p>With the Macro box open select <strong>SendEmail </strong>and <strong>Edit</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-525" style="border: 1px solid black;" title="excel-outlook4" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook4.jpg" alt="excel-outlook4" width="257" height="105" /></p>
<p>Here is the code that does the magic.</p>
<p>There are 3 lines of code you need to be aware of so you can modify them if need be:</p>
<ol>
<li>Email = Cells(ActiveCell.Row, 10)</li>
<li>Subj = Cells(ActiveCell.Row, 4)</li>
<li>Msg = Msg &amp; &#8220;Dear &#8221; &amp; Cells(ActiveCell.Row, 1) &amp; &#8220;,&#8221; &amp; vbCrLf &amp; vbCrLf &amp; &#8220;Here is some precanned text before the BODY info in the spreadsheet. &#8221; &amp; vbCrLf &amp; vbCrLf &amp; Cells(ActiveCell.Row, 13) &amp; vbCrLf &amp; vbCrLf &amp; &#8221; And here is some more precanned text in the macro AFTER the Body stuff.&#8221;</li>
</ol>
<p>Line 1 says &#8220;<em>Get the email <strong>address </strong>from Row 10 of the active cell</em>.&#8221; This is a little misleading, its actually column 10 or &#8220;J&#8221;.</p>
<p>Line 2? Get the email <strong>subject </strong>from row (column) 4 or &#8220;D&#8221;</p>
<p>And Line 3? Prints &#8220;<strong>Dear</strong>&#8221; and whatever in is column 1 or &#8220;A&#8221;, and then the <strong>precanned text</strong> before and after whatever in in the spreadsheet in column 13 or &#8220;M&#8221;.</p>
<p>If you change around the columns in your spreadsheet, simply change the numbers to correspond to the data&#8217;s new location! You can even add more information in the email from your spreadsheet &#8211; the magic term is &#8220;<em>Cells(ActiveCell.Row, <strong>????</strong>)</em>&#8221;</p>
<p>Not too bad! Not too complicated either.</p>
<p>Now lets take a look at the date information back in the spreadsheet:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-526" style="border: 1px solid black;" title="excel-outlook5" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook5.jpg" alt="excel-outlook5" width="196" height="158" /></p>
<p>In the top right hand corner of the spreadsheet is Today&#8217;s Date, Excel formula being &#8220;<em>=TODAY()</em>&#8221;</p>
<p>The dates in column &#8220;F&#8221; are &#8220;Due Dates&#8221; I entered in manually. Maybe your spreadsheet will calculate these cells from other data you have. The color change is based on a &#8220;Rule&#8221; that is comparing the date we entered to today&#8217;s date. You could just as easily give yourself a heads-up by referencing a date in the future instead of today&#8217;s date &#8220;<em>=Today () +7&#8243;, </em>etc.</p>
<p>Back to the rule:<em><br />
</em></p>
<ol>
<li>Highlight cell F4</li>
<li>Select Conditional Formatting</li>
<li>Select Manage Rules</li>
</ol>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-528" style="border: 1px solid black;" title="excel-outlook6" src="http://danielcurran.com/wp-content/uploads/2009/02/excel-outlook6.jpg" alt="excel-outlook6" width="241" height="318" /></p>
<p>And there is the rule that says &#8220;<em>Blank Cells are just whit</em>e&#8221; and &#8220;<em>If the value of this cell (the date of this cell) is less than or equal to Today&#8217;s Date in R1 &#8211; color me reddish</em>.&#8221;</p>
<p>You know have a visual flag that the item is due or past due and action needs to be taken!  Again, change this to whatever suits your need! Make it red, make it green &#8211; your choice!</p>
<p>The red X in the sent column is just another &#8220;food for thought&#8221; column. A reminder to yourself that you actually acted on the due or overdue item. So let&#8217;s look at this from the beginning on a typical work day:</p>
<ol>
<li>Come in to the office.</li>
<li>Have Coffee</li>
<li>Chit Chat</li>
<li>Check Facebook</li>
<li> Etc.</li>
<li>Open Spreadsheet</li>
<li>Look at the DATE column. Is anything highlighted that doesn&#8217;t have a Sent notification?</li>
<li>Yes? Click a cell in that row and click the SEND EMAIL button.</li>
<li>Send the email</li>
<li>Put an X in the Sent box!</li>
<li>Check Facebook</li>
</ol>
<p>That&#8217;s pretty labor unintensive! Seriously? 3 Steps</p>
<ol>
<li>Look at the DATE column. Is anything highlighted that doesn&#8217;t have a Sent notification?</li>
<li>Yes? Click a cell in that row and click the SEND EMAIL button.</li>
<li>Put an X in the Sent box!</li>
</ol>
<p>I am looking forward to see how all of you will improve upon this simple concept. This has been a hot topic in the comments section. There is no one size fits all solution but I hope that by taking this simplistic approach I save a lot of people a lot of time.</p>
<p>It doesn&#8217;t have to be complicated, and you don&#8217;t need to be a programmer!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Foutlook_2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Foutlook%2Fhow-to-create-a-reminder-email-for-outlook-email-from-excel%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/instructions/how-to-forward-or-email-a-webpage-url-in-google-chrome/" rel="bookmark" class="wherego_title">How to Forward or eMail a Webpage URL in Google Chrome</a></li><li><a href="http://danielcurran.com/instructions/how-to-install-microsoft-date-time-picker-control-60-sp4/" rel="bookmark" class="wherego_title">How to Install Microsoft Date &#038; Time Picker Control 6.0 (SP4)</a></li><li><a href="http://danielcurran.com/instructions/setting-up-separate-accounts-multiple-profiles-in-outlook/" rel="bookmark" class="wherego_title">Setting Up Separate Accounts, Multiple Profiles In Outlook</a></li><li><a href="http://danielcurran.com/freeware/a-free-much-faster-alternative-to-adobe-acrobat-reader/" rel="bookmark" class="wherego_title">A Free, MUCH Faster Alternative to Adobe Acrobat Reader</a></li><li><a href="http://danielcurran.com/freeware/how-to-sync-outlook-tasks-with-your-iphone-for-free/" rel="bookmark" class="wherego_title">How To Sync Outlook Tasks With Your iPhone (For Free)</a></li><li><a href="http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/" rel="bookmark" class="wherego_title">How To Wrap The Text of Outlook Calendar Appointments To See Meeting Details</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Insert a Drop Down Calendar Menu In Excel &#8211; Choose a Date!</title>
		<link>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/</link>
		<comments>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:36:18 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Drop Down]]></category>
		<category><![CDATA[Pull Down]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=326</guid>
		<description><![CDATA[So you want to create a drop down calendar in Excel? Apart from sending alerts to Outlook from Excel (working on that article as well) this has been the most requested how-to as of late. For example: Reader Tim Asks: How do I insert a calendar as a way for a user to click on [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So you want to create a drop down calendar in Excel? Apart from sending alerts to Outlook from Excel (working on that article as well) this has been the most requested how-to as of late. For example:</p>
<p>Reader Tim Asks:</p>
<blockquote><p>How do I insert a calendar as a way for a user to click on the cell have the date box open and choose the date that should be in the cell? Also where do I send the beer?</p></blockquote>
<p>Reader Wayne Asked:</p>
<blockquote><p>I am sure that I saw a pull down menu in a worksheet cell.  I want to have a cell formated so that I can have a pull down menu of a calendar in which to choose the date.</p></blockquote>
<p>This seems like it would be so easy yet when you look around on-line the answers are all full of VBA scripts and custom code.</p>
<p>I assume you just want someone using the spreadsheet to be able to select a cell, have a calendar drop down and then populate the field with whatever date the person chooses. Yes it can be done. Yes it is fairly involved. And yes, I have a workaround.</p>
<p>Would you like the easiest, cheesiest, sleaziest way to do this? Well then watch this:</p>
<p>The first thing you need to do is enable the <strong>Developer Tab</strong> in Excel.</p>
<ol>
<li>Select the <strong>Pearl </strong>or &#8220;<strong>Office Button</strong>&#8221; in Excel. The Pearl is the ball in the top left corner that gives you the option to Print, Save, etc.</li>
<li>With the Pearl menu open select <strong>Excel Options</strong> from the very bottom on the right.</li>
<li>Another menu will open &#8211; Select <strong>Popular</strong></li>
<li>Check the box for &#8220;<strong>Show Developer Tab in the Ribbon</strong>&#8220;</li>
</ol>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/developer-tab.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-328" style="border: 1px solid black;" title="developer-tab" src="http://danielcurran.com/wp-content/uploads/2008/12/developer-tab-300x149.jpg" alt="" width="300" height="149" /></a></p>
<p>Now you have the developer tab with all the controls for forms, xml, code, etc.</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/developr-tab.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-334" style="border: 1px solid black;" title="developr-tab" src="http://danielcurran.com/wp-content/uploads/2008/12/developr-tab-300x48.jpg" alt="" width="300" height="48" /></a></p>
<p>Go to the <strong>developer tab</strong> and select <strong>Insert</strong>, followed by the little Pink Floyd-esque <strong>More Controls</strong> icon.</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/insert-more.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-329" style="border: 1px solid black;" title="insert-more" src="http://danielcurran.com/wp-content/uploads/2008/12/insert-more.jpg" alt="" width="138" height="206" /></a></p>
<p>Scroll through the list of controls and look what&#8217;s available. There are all sorts of funky add-ins you can use in your spreadsheets! We are looking for the <strong>Microsoft Date and Time Picker Control</strong></p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/date-time-picker.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="size-medium wp-image-330 aligncenter" title="date-time-picker" src="http://danielcurran.com/wp-content/uploads/2008/12/date-time-picker-300x279.jpg" alt="" width="300" height="279" /></a></p>
<p>Highlight it and select OK.</p>
<p>Your mouse will turn in to a cross hair &#8211; click and hold, draw a rectangle, release. You now have a date box!</p>
<p>You will also see code in the top akin to &#8220;=EMBED(&#8220;MSComCtl2.DTPicker.2&#8243;,&#8221;")&#8221;</p>
<p>You will also notice that you are in Design Mode because that icon is highlighted. This allows you to play with the settings for the date box you just created.</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/design-mode.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-335" style="border: 1px solid black;" title="design-mode" src="http://danielcurran.com/wp-content/uploads/2008/12/design-mode.jpg" alt="" width="295" height="256" /></a></p>
<p>Deselect <strong>Design Mode </strong>and you have a date control! Select the drop down and a calendar appears! Holy Cow that&#8217;s super cool awesome but guess what! It doesn&#8217;t do anything!</p>
<p>You can click it and change the date as much as you want but nothing else is changing in your spreadsheet!</p>
<p>Here is where the genius of my non-code writing laziness pays off. Ready?</p>
<p>What cell do you want the date to change in? Let&#8217;s say C5</p>
<ol>
<li>Ok, In B5 type <strong>SELECT DATE:</strong></li>
<li>In D5 enter the formula <strong>=C5</strong></li>
<li>Still got that calendar control visible like in the image above?</li>
<li>Let&#8217;s go back to <strong>Design Mode</strong> by clicking it. Move the calendar control box up around the C3 area just to move it out of the way.</li>
<li>Right Click in the calendar control and select <strong>Properties</strong>.</li>
<li>A properties menu will open up</li>
<li>Look for the field <strong>Linked Cell</strong> and enter C5 (that&#8217;s where we want the date change to happen)<br />
<a href="http://danielcurran.com/wp-content/uploads/2008/12/properties.jpg" rel="shadowbox[sbpost-326];player=img;" rel="lightbox[326]"><img class="aligncenter size-medium wp-image-338" style="border: 1px solid black;" title="properties" src="http://danielcurran.com/wp-content/uploads/2008/12/properties-285x300.jpg" alt="" width="285" height="300" /></a></li>
<li><em>You might get an error message &#8211; ignore it! </em></li>
<li>Close the <strong>Properties </strong>menu</li>
<li>Deselect <strong>Design Mode</strong></li>
</ol>
<p>Here&#8217;s where it all comes together. .</p>
<ol>
<li>Select the Date Drop down and change the date</li>
<li>You will see Cell C5 change to that date</li>
<li>You will see cell D5 (which =C5) change as well. The D5 was just to ensure that C5 was actually showing a date.</li>
<li>Repeat step 1-3 until you are as giddy as a little girl.</li>
</ol>
<p>Last Question: How do I use this?</p>
<p>Well you can create as many of these drop downs as you like. You can tell each one what cell to update (Linked Cell) and you can move the Date Control right over the top of the field it is updating!  Think about that &#8211; Move the date picker right over the top of the cell it is linked to. Only you know the truth! There is no advanced code, you&#8217;re just hiding the data in C5 under the Date control that is updating or controlling C5! Then do any date calculations you need to do using C5 as the reference!</p>
<p>I told you it was sleazy, cheesy and easy!</p>
<p>I&#8217;ll make it even easier &#8211; here&#8217;s the spreadsheet I used to write this tutorial and take screen shots</p>
<p style="padding-left: 60px;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/excel-date-drop-down-example.xlsx">Excel Drop Down Date Example</a> (12k)</p>
<p>And Tim, You any any other reader can always send the beer to me by clicking beer mug at the top of the page.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Finsert-a-drop-down-calendar-menu-in-excel-choose-a-date%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/" rel="bookmark" class="wherego_title">How To Print An Outlook 2007 Calendar With 15 Minute Increments</a></li><li><a href="http://danielcurran.com/bit-torrent/how-to-automatically-and-anonymously-download-your-favorite-tv-shows/" rel="bookmark" class="wherego_title">How To Automatically and Anonymously Download Your Favorite TV Shows</a></li><li><a href="http://danielcurran.com/freeware/how-to-print-multiple-outlook-calendars-and-tasks-in-overlay-mode/" rel="bookmark" class="wherego_title">How To Print Multiple Outlook Calendars And Tasks In Overlay Mode</a></li><li><a href="http://danielcurran.com/instructions/how-to-update-twitter-from-your-facebook-status/" rel="bookmark" class="wherego_title">How To Update Your Twitter Status from Facebook</a></li><li><a href="http://danielcurran.com/instructions/how-to-forward-or-email-a-webpage-url-in-google-chrome/" rel="bookmark" class="wherego_title">How to Forward or eMail a Webpage URL in Google Chrome</a></li><li><a href="http://danielcurran.com/instructions/how-to-install-microsoft-date-time-picker-control-60-sp4/" rel="bookmark" class="wherego_title">How to Install Microsoft Date &#038; Time Picker Control 6.0 (SP4)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/insert-a-drop-down-calendar-menu-in-excel-choose-a-date/feed/</wfw:commentRss>
		<slash:comments>124</slash:comments>
		</item>
		<item>
		<title>Preview a PowerPoint Presentation, Word Document, Excel Spreadsheet In Outlook 2007</title>
		<link>http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/</link>
		<comments>http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 22:37:39 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Preview]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=316</guid>
		<description><![CDATA[Reader D. Rogers Asked: &#8220;Is there a way to embed a powerpoint document in Outlook so that you can actually view the presentation from the body of the email?&#8221; Yes there is! If you are using Outlook 2007 there is a built-in preview function. There are two ways to use it. I personally like to [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="MsoPlainText">Reader D. Rogers <a href="http://danielcurran.com/about/" target="_blank">Asked</a>:</p>
<p class="MsoPlainText">
<blockquote>
<p class="MsoPlainText">&#8220;Is there a way to embed a powerpoint document in Outlook so that you can actually view the presentation from the body of the email?&#8221;</p>
</blockquote>
<p class="MsoPlainText">
<p class="MsoPlainText">Yes there is! If you are using Outlook 2007 there is a built-in preview function. There are two ways to use it.</p>
<p class="MsoPlainText">
<p class="MsoPlainText">I personally like to use the Reading Pane function in Outlook (set to the right) to see the entire body of an email message I have selected. To enable this option open Outlook and select <strong>View </strong>-&gt; <strong>Reading Pane</strong>:</p>
<p class="MsoPlainText">
<p class="MsoPlainText" style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/preview-option.jpg" rel="shadowbox[sbpost-316];player=img;" rel="lightbox[316]"><img class="aligncenter size-medium wp-image-317" style="border: 1px solid black;" title="preview-option" src="http://danielcurran.com/wp-content/uploads/2008/12/preview-option-300x267.jpg" alt="" width="300" height="267" /></a></p>
<p class="MsoPlainText">
<p class="MsoPlainText">Then, click on an email in your inbox that contains a PowerPoint attachment (or a Word Document or Excel File) and you will see the following warning:</p>
<p class="MsoPlainText">
<p class="MsoPlainText" style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/preview-file.jpg" rel="shadowbox[sbpost-316];player=img;" rel="lightbox[316]"><img class="aligncenter size-medium wp-image-318" style="border: 1px solid black;" title="preview-file" src="http://danielcurran.com/wp-content/uploads/2008/12/preview-file-300x269.jpg" alt="" width="300" height="269" /></a></p>
<p class="MsoPlainText" style="text-align: center;">
<p class="MsoPlainText" style="text-align: left;">Selecting <strong>Preview File </strong>will start the preview engine and you will see the contents of the attachments right in the the email message itself!</p>
<p class="MsoPlainText" style="text-align: left;">
<p class="MsoPlainText" style="text-align: left;">If you choose not to use the reading pane, you can open any email with a previewable attachment and you will get the same option to preview the file:</p>
<p class="MsoPlainText" style="text-align: left;">
<p class="MsoPlainText" style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/12/preview-in-email.jpg" rel="shadowbox[sbpost-316];player=img;" rel="lightbox[316]"><img class="aligncenter size-medium wp-image-319" style="border: 1px solid black;" title="preview-in-email" src="http://danielcurran.com/wp-content/uploads/2008/12/preview-in-email-300x162.jpg" alt="" width="300" height="162" /></a></p>
<p class="MsoPlainText" style="text-align: center;">
<p class="MsoPlainText">Select <strong>Preview File</strong> and and you never have to fire up PowerPoint, Word, Excel, etc &#8211; the contents of the file will be viewed right in the email body!</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fpreview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/photography/quickly-reduce-the-file-size-of-an-image-with-microsoft-outlook/" rel="bookmark" class="wherego_title">Quickly Reduce the File Size of an Image with Microsoft Outlook</a></li><li><a href="http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/" rel="bookmark" class="wherego_title">How To Use Spell Check in an Excel Spreadsheet or Workbook</a></li><li><a href="http://danielcurran.com/instructions/how-to-print-an-outlook-2007-calendar-with-15-minute-increments/" rel="bookmark" class="wherego_title">How To Print An Outlook 2007 Calendar With 15 Minute Increments</a></li><li><a href="http://danielcurran.com/freeware/how-to-print-multiple-outlook-calendars-and-tasks-in-overlay-mode/" rel="bookmark" class="wherego_title">How To Print Multiple Outlook Calendars And Tasks In Overlay Mode</a></li><li><a href="http://danielcurran.com/outlook/how-to-wrap-the-text-of-outlook-calendar-appointments-to-see-meeting-details/" rel="bookmark" class="wherego_title">How To Wrap The Text of Outlook Calendar Appointments To See Meeting Details</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Use Spell Check in an Excel Spreadsheet or Workbook</title>
		<link>http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/</link>
		<comments>http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 19:04:14 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Spellcheck]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Toolbar]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=291</guid>
		<description><![CDATA[This came up in a conversation with my boss . .  How do you spell check Excel? There are two ways, you can check a single spreadsheet or an entire workbook. To check a single sheet Click where where you want to start the spell check. If you click in the first cell (a1) it [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-use-spell-check-in-an-excel-spreadsheet-or-workbook%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-use-spell-check-in-an-excel-spreadsheet-or-workbook_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-use-spell-check-in-an-excel-spreadsheet-or-workbook%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This came up in a conversation with my boss . .  How do you spell check Excel?</p>
<p>There are two ways, you can check a single spreadsheet or an entire workbook.</p>
<p class="docList"><strong>To check a single sheet</strong></p>
<ol>
<li>Click where where you want to start the spell check.
<ul>
<li>If you click in the first cell (a1) it will check the entire sheet.</li>
<li> If you click in cell zz99 it will start spell checking from there.</li>
<li> If you select a range of cells only those cells will be checked.</li>
</ul>
</li>
<li>Go to the <strong>Ribbon</strong>.</li>
<li>Select the <strong>Review </strong>tab.</li>
<li>Select <strong>Spelling</strong>.</li>
</ol>
<h4><strong>To spell check all of the sheets in a workbook:</strong></h4>
<ol>
<li> Right-click on a sheet tab at the bottom of your Excel spreadsheet.</li>
<li>Click <strong>Select All Sheets</strong>.</li>
<li>Go to the <strong>Ribbon</strong>.</li>
<li>Select the <strong>Review</strong> tab.</li>
<li>Select <strong>Spelling</strong>.</li>
</ol>
<p>For a shorcut to any of these procedures you can simply make your selection and then press <strong>F7</strong> on your keyboard.</p>
<p>If you are not an F7 remembering type of person try this:</p>
<ol>
<li>Go to the <strong>Review </strong>tab</li>
<li>Right click on <strong>Spelling</strong></li>
<li>Select &#8220;<strong>Add to Quick Access Toolbar</strong>&#8220;</li>
<li>Right click in the ribbon and make sure you select &#8220;<strong>Show Quick Access Toolbar</strong>&#8220;</li>
</ol>
<p>I like my quick access tool bar at the top of Excel as well, like this:</p>
<p style="text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/11/screenshot00001.jpg" rel="shadowbox[sbpost-291];player=img;" rel="lightbox[291]"><img class="aligncenter size-medium wp-image-293" style="border: 1px solid black;" title="Spell Check Excel" src="http://danielcurran.com/wp-content/uploads/2008/11/screenshot00001-300x94.jpg" alt="" width="300" height="94" /></a></p>
<p style="text-align: left;">So no more mispllled werds in Excell!</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-use-spell-check-in-an-excel-spreadsheet-or-workbook%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fhow-to-use-spell-check-in-an-excel-spreadsheet-or-workbook_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fhow-to-use-spell-check-in-an-excel-spreadsheet-or-workbook%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/instructions/how-to-forward-or-email-a-webpage-url-in-google-chrome/" rel="bookmark" class="wherego_title">How to Forward or eMail a Webpage URL in Google Chrome</a></li><li><a href="http://danielcurran.com/instructions/preview-a-powerpoint-presentation-word-document-excel-spreadsheet-in-outlook-2007/" rel="bookmark" class="wherego_title">Preview a PowerPoint Presentation, Word Document, Excel Spreadsheet In Outlook 2007</a></li><li><a href="http://danielcurran.com/outlook/how-to-fix-your-port-settings-if-cannot-send-mail-from-outlook/" rel="bookmark" class="wherego_title">How To Fix Your Port Settings If Cannot Send Mail From Outlook</a></li><li><a href="http://danielcurran.com/outlook/how-to-make-google-calendar-sync-work-with-microsoft-outlook-2010/" rel="bookmark" class="wherego_title">How To Make Google Calendar Sync Work With Microsoft Outlook 2010</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/freeware/how-to-sync-outlook-tasks-with-your-iphone-for-free/" rel="bookmark" class="wherego_title">How To Sync Outlook Tasks With Your iPhone (For Free)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/how-to-use-spell-check-in-an-excel-spreadsheet-or-workbook/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Embedding An Outlook Calendar Event in an Office Document</title>
		<link>http://danielcurran.com/instructions/embedding-an-outlook-calendar-event-in-an-office-document/</link>
		<comments>http://danielcurran.com/instructions/embedding-an-outlook-calendar-event-in-an-office-document/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 15:21:03 +0000</pubDate>
		<dc:creator>Daniel Curran</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://danielcurran.com/?p=81</guid>
		<description><![CDATA[I received a request for the following how-to: &#8220;I want to embed an outlook calendar entry in a document to allow people to click on the object to add an event to their outlook calendar. How do you do that?&#8221; So you want to create a Word / Excel / PowerPoint document and embed a [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/embedding-an-outlook-calendar-event-in-an-office-document/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fembedding-an-outlook-calendar-event-in-an-office-document%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fembedding-an-outlook-calendar-event-in-an-office-document_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fembedding-an-outlook-calendar-event-in-an-office-document%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I received a request for the following how-to: &#8220;I want to embed an outlook calendar entry in a document to allow people to click on the object to add an event to their outlook calendar. How do you do that?&#8221;</p>
<p>So you want to create a Word / Excel / PowerPoint document and embed a calendar event in it? No Problem!</p>
<p style="padding-left: 30px;">1. Create a new calender entry / event in Outlook</p>
<p style="padding-left: 30px;">2. Click on the entry so it is highlighted or selected and then click FILE -&gt; SAVE AS</p>
<p style="padding-left: 30px;">3. Save it as an &#8220;iCalendar Format&#8221; or &#8220;vCalendar Format&#8221; type document. I saved mine to my desktop.</p>
<p style="padding-left: 30px;">4. Open Word (or Excel, Or PowerPoint, etc) and there are several ways to embed the file:</p>
<p style="padding-left: 60px;">a. Drag the file from your desktop into the document. This gives you the least amount of control over the format.</p>
<p style="padding-left: 60px;">b. Choose INSERT -&gt; OBJECT -&gt; CREATE FROM FILE. Browse to the file and select it, and choose the &#8220;Display as Icon&#8221; option. If you have an icon you prefer select it. (C:\Program Files\Microsoft Office\Office12 has the office icons)</p>
<p style="padding-left: 60px; text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/08/test-event-3.jpg" rel="shadowbox[sbpost-81];player=img;" rel="lightbox[81]"><img class="aligncenter size-medium wp-image-84" style="border: 1px solid black;" title="test-event-3" src="http://danielcurran.com/wp-content/uploads/2008/08/test-event-3-300x190.jpg" alt="" width="300" height="190" /></a></p>
<p>You now have an icon embedded in your document. You can right click on it to rename it (Select Package Object). When another user double clicks it their calendar event will open. All they have to do is select SAVE AND CLOSE!</p>
<p style="padding-left: 30px; text-align: center;"><a href="http://danielcurran.com/wp-content/uploads/2008/08/event.jpg" rel="shadowbox[sbpost-81];player=img;" rel="lightbox[81]"><img class="aligncenter size-medium wp-image-85" style="border: 1px solid black;" title="event" src="http://danielcurran.com/wp-content/uploads/2008/08/event-300x156.jpg" alt="" width="300" height="156" /></a></p>
<p>Keep in mind, you can also email the file you saved to your desktop as well!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fembedding-an-outlook-calendar-event-in-an-office-document%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fdanielcurran.com_2Finstructions_2Fembedding-an-outlook-calendar-event-in-an-office-document_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielcurran.com%2Finstructions%2Fembedding-an-outlook-calendar-event-in-an-office-document%2F&amp;source=DanCurranJr&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://danielcurran.com/instructions/embedding-an-outlook-calendar-event-in-an-office-document/"></g:plusone></div><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://danielcurran.com/freeware/how-to-sync-outlook-tasks-with-your-iphone-for-free/" rel="bookmark" class="wherego_title">How To Sync Outlook Tasks With Your iPhone (For Free)</a></li><li><a href="http://danielcurran.com/outlook/how-to-fix-your-port-settings-if-cannot-send-mail-from-outlook/" rel="bookmark" class="wherego_title">How To Fix Your Port Settings If Cannot Send Mail From Outlook</a></li><li><a href="http://danielcurran.com/wordpress/solved-how-to-fix-a-wordpress-captcha-text-font-error/" rel="bookmark" class="wherego_title">SOLVED: How To Fix A WordPress Captcha Text Font Error</a></li><li><a href="http://danielcurran.com/photography/quickly-reduce-the-file-size-of-an-image-with-microsoft-outlook/" rel="bookmark" class="wherego_title">Quickly Reduce the File Size of an Image with Microsoft Outlook</a></li><li><a href="http://danielcurran.com/wordpress/wordpress-error-the-server-xyz-at-magic-requires-a-username-and-password/" rel="bookmark" class="wherego_title">WordPress Error: The server XYZ at Magic Requires a Username and Password.</a></li><li><a href="http://danielcurran.com/outlook/how-to-create-a-reminder-email-for-outlook-email-from-excel/" rel="bookmark" class="wherego_title">How To Create A Reminder Email For Outlook Email From Excel</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" onclick="pageTracker._trackPageview('/outgoing/ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/?referer=');">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielcurran.com/instructions/embedding-an-outlook-calendar-event-in-an-office-document/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
	</channel>
</rss>

