 




<?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>IT Answers &#187; Excel 2007</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/microsoft-windows/excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Are user subs and functions in the microsoft office object model hierarchy?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/are-user-subs-and-functions-in-the-microsoft-office-object-model-hierarchy/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/are-user-subs-and-functions-in-the-microsoft-office-object-model-hierarchy/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 19:50:03 +0000</pubDate>
		<dc:creator>Jwolter</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Microsoft Office 2007]]></category>
		<category><![CDATA[object model]]></category>
		<category><![CDATA[Outlook 2007]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m an experienced Excel VBA programmer, who is trying to write a macro in Excel that uses functions and subs in Outlook.  I&#8217;ve done some searching and found that the standard answer looks something like: &#60;code&#62;     objApp = CreateObject(&#8220;Outlook.Application&#8221;)     call objApp.UserSubName(argument1, argument2) &#60;/code&#62; where UserSubName is the name of the sub in Outlook.  [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m an experienced Excel VBA programmer, who is trying to write a macro in Excel that uses functions and subs in Outlook.  I&#8217;ve done some searching and found that the standard answer looks something like:</p>
<p>&lt;code&gt;<br />
    objApp = CreateObject(&#8220;Outlook.Application&#8221;)<br />
    call objApp.UserSubName(argument1, argument2)<br />
&lt;/code&gt;</p>
<p>where UserSubName is the name of the sub in Outlook.  I&#8217;ve seen several minor variations on this, and in the comments after each one, there is usually at least one poster who writes &#8220;This didn&#8217;t work for me.&#8221;  I&#8217;m trying to understand the problem better, so while I&#8217;ll happily take an answer to why this isn&#8217;t working, the real question I&#8217;m asking is:</p>
<p>Is a user-written sub or function placed in the object model hierarchy?  In other words, can I &#8220;drill down&#8221; to the sub or function with &#8220;Application.something.somethingelse.UserSubName&#8221;?  Any feedback on this would be appreciated!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/are-user-subs-and-functions-in-the-microsoft-office-object-model-hierarchy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Error message</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/excel-error-message/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/excel-error-message/#comments</comments>
		<pubDate>Sat, 26 May 2012 08:36:24 +0000</pubDate>
		<dc:creator>Knuprotcod</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Excel 2007]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am unable to oen excel files in documents because the message &#8216;there was an problem sending the command to the program&#8217; appears. A blank eecel page appears and I am able to open files via the recent documents link. Is there any explanation and solution to the problem]]></description>
				<content:encoded><![CDATA[<p>I am unable to oen excel files in documents because the message &#8216;there was an problem sending the command to the program&#8217; appears.<br />
A blank eecel page appears and I am able to open files via the recent documents link.<br />
Is there any explanation and solution to the problem</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/excel-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vlookup repeated dates</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vlookup-repeated-dates/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/vlookup-repeated-dates/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 11:41:26 +0000</pubDate>
		<dc:creator>Msva</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[VLOOKUP function]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a spreadsheet (A) with various data, where one column contains variuos dates, and one column with values. I want to be able to distinguish all values for each year, so I have another spreadsheet (B) with a long list of all dates for 2010, 2011 and 2012.  I use vlookup (VLOOKUP(F3;$B$3:$C$7;2;FALSE) to search [...]]]></description>
				<content:encoded><![CDATA[<p>I have a spreadsheet (A) with various data, where one column contains variuos dates, and one column with values. I want to be able to distinguish all values for each year, so I have another spreadsheet (B) with a long list of all dates for 2010, 2011 and 2012. </p>
<div>I use vlookup (VLOOKUP(F3;$B$3:$C$7;2;FALSE) to search for each date in the second sheet to find a match in the first sheet, and return the corresponding values. That works fine. </div>
<div></div>
<div>The problem is that in the first sheet, the same date can occur more than once, with different values, while the second sheet only searches for the dates once. That means only one value for the repeated dates will be counted.</div>
<div></div>
<div>Sheet (A)</p>
<p>[table style="border-collapse: collapse; width: 103pt;" width="137" cellspacing="0" cellpadding="0" border="0"><br />
[colgroup][col style="mso-width-source: userset; mso-width-alt: 2669; width: 55pt;" width="73">[/cOLIST]<br />
 [col style="width: 48pt;" width="64">[/cOLIST]<br />
 [/colgroup]<br />
[tbody]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt; width: 55pt;" width="73" align="right" class="xl63" height="20">2010-02-17[/td]<br />
[td style="width: 48pt;" width="64" align="right">2000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl63" height="20">2011-11-12[/td]<br />
[td align="right">1000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl63" height="20">2010-02-17[/td]<br />
[td align="right">5000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl63" height="20">2010-02-18[/td]<br />
[td align="right">300[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl63" height="20">2011-11-13[/td]<br />
[td align="right">600[/td]<br />
[/tr]<br />
[/tbody]<br />
[/table]</p>
<p>Sheet (B)</p>
<p>[table style="border-collapse: collapse; width: 107pt;" width="142" cellspacing="0" cellpadding="0" border="0"><br />
[colgroup][col style="mso-width-source: userset; mso-width-alt: 2669; width: 55pt;" width="73">[/cOLIST]<br />
 [col style="mso-width-source: userset; mso-width-alt: 2523; width: 52pt;" width="69">[/cOLIST]<br />
 [/colgroup]<br />
[tbody]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt; width: 55pt;" width="73" align="right" class="xl65" height="20">2010-02-16[/td]<br />
[td style="width: 52pt;" width="69" align="right">0[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl65" height="20">2010-02-17[/td]<br />
[td align="right">2000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl65" height="20">2010-02-18[/td]<br />
[td align="right">300[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl65" height="20">2011-11-12[/td]<br />
[td align="right">1000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" class="xl65" height="20">2011-11-13[/td]<br />
[td align="right">600[/td]<br />
[/tr]<br />
[/tbody]<br />
[/table]
</p></div>
<div></div>
<div>I have tried cross-searching, by first adding a column to the first spreadsheet, giving all dates a unique number: 1,2,3,4 and so on. After that, I have used vlookup on those numbers, getting all dates as result. That way I get the repeated dates as a search reference. However, when using these dates as startpoint for a second vlookup, all repeated dates get the value of the same date (see below, missing 5000).</div>
<div></div>
<div>Sheet (A)</div>
<div>
[table style="border-collapse: collapse; width: 151pt;" width="201" cellspacing="0" cellpadding="0" border="0"><br />
[colgroup][col style="width: 48pt;" width="64">[/cOLIST]<br />
 [col style="mso-width-source: userset; mso-width-alt: 2669; width: 55pt;" width="73">[/cOLIST]<br />
 [col style="width: 48pt;" width="64">[/cOLIST]<br />
 [/colgroup]<br />
[tbody]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt; width: 48pt;" width="64" align="right" height="20">1[/td]<br />
[td style="width: 55pt;" width="73" align="right" class="xl65">2010-02-17[/td]<br />
[td style="width: 48pt;" width="64" align="right">2000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">2[/td]<br />
[td align="right" class="xl65">2011-11-12[/td]<br />
[td align="right">1000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">3[/td]<br />
[td align="right" class="xl65">2010-02-17[/td]<br />
[td align="right">5000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">4[/td]<br />
[td align="right" class="xl65">2010-02-18[/td]<br />
[td align="right">300[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">5[/td]<br />
[td align="right" class="xl65">2011-11-13[/td]<br />
[td align="right">600[/td]<br />
[/tr]<br />
[/tbody]<br />
[/table]
</div>
<div>Sheet (B)</div>
<div>
[table style="border-collapse: collapse; width: 151pt;" width="201" cellspacing="0" cellpadding="0" border="0"><br />
[colgroup][col style="width: 48pt;" width="64">[/cOLIST]<br />
 [col style="mso-width-source: userset; mso-width-alt: 2669; width: 55pt;" width="73">[/cOLIST]<br />
 [col style="width: 48pt;" width="64">[/cOLIST]<br />
 [/colgroup]<br />
[tbody]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt; width: 48pt;" width="64" align="right" height="20">1[/td]<br />
[td style="width: 55pt;" width="73" align="right" class="xl65">2010-02-17[/td]<br />
[td style="width: 48pt;" width="64" align="right">2000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">2[/td]<br />
[td align="right" class="xl65">2011-11-12[/td]<br />
[td align="right">1000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">3[/td]<br />
[td align="right" class="xl65">2010-02-17[/td]<br />
[td align="right">2000[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">4[/td]<br />
[td align="right" class="xl65">2010-02-18[/td]<br />
[td align="right">300[/td]<br />
[/tr]<br />
[tr style="height: 15.0pt;" height="20"><br />
[td style="height: 15.0pt;" align="right" height="20">5[/td]<br />
[td align="right" class="xl65">2011-11-13[/td]<br />
[td align="right">600[/td]<br />
[/tr]<br />
[/tbody]<br />
[/table]
</div>
<div></div>
<div>Is there a way to solve this?</div>
<div></div>
<div>Thanks in advance!</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/vlookup-repeated-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending HTML file with record length of 5000 char</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-html-file-with-record-length-of-5000-char/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sending-html-file-with-record-length-of-5000-char/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 20:27:13 +0000</pubDate>
		<dc:creator>WLR</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sending-html-file-with-record-length-of-5000-char/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Excel 2007 saves the file when I close it without prompting me even though no changes were done</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/excel-2007-saves-the-file-when-i-close-it-without-prompting-me-even-though-no-changes-were-done/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/excel-2007-saves-the-file-when-i-close-it-without-prompting-me-even-though-no-changes-were-done/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 12:11:52 +0000</pubDate>
		<dc:creator>Am80</dc:creator>
				<category><![CDATA[Auto Save]]></category>
		<category><![CDATA[Excel 2007]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m using Excel 2007 and often when I open an excel file and then close it (without touching anything or changing anything) the &#8220;Date Modified&#8221; is changed to the current date. Meaning the file was saved again without prompting me if I would like to save it and changes its date. Is this situation known [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m using Excel 2007 and often when I open an excel file and then close it (without touching anything or changing anything) the &#8220;Date Modified&#8221; is changed to the current date. Meaning the file was saved again without prompting me if I would like to save it and changes its date. Is this situation known to anyone? How can I disable this option? Now what happens is that I don&#8217;t have the original date the file was saved on and it can be meaningful. Thanks! A.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/excel-2007-saves-the-file-when-i-close-it-without-prompting-me-even-though-no-changes-were-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>export to ms  excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/export-to-ms-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/export-to-ms-excel/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 20:39:27 +0000</pubDate>
		<dc:creator>Mstang1987</dc:creator>
				<category><![CDATA[Crystal Report]]></category>
		<category><![CDATA[Crystal XI]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Export SSRS Report to Excel]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I get extra columns when exporting to MS excel. It appears there is an extra column every time there is a sub report]]></description>
				<content:encoded><![CDATA[<p>I get extra columns when exporting to MS excel. It appears there is an extra column every time there is a sub report</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/export-to-ms-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>use Data connection wizard / Microsoft query to get data from as400 to excel 2007</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/use-data-connection-wizard-microsoft-query-to-get-data-from-as400-to-excel-2007/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/use-data-connection-wizard-microsoft-query-to-get-data-from-as400-to-excel-2007/#comments</comments>
		<pubDate>Tue, 10 May 2011 06:33:02 +0000</pubDate>
		<dc:creator>Clarksonneo</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[Data connection wizard]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Microsoft Query]]></category>
		<category><![CDATA[ODBC]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I know the way to download data from as400 to excel 2007. It can be done by using Data connection wizard or Microsoft query. However, when using (1) Data connection wizard, i don&#8217;t know which kind of database i should choose. ODBC DSN or Other / advanced ? after choosing the kind of database, [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, </p>
<p>I know the way to download data <b>from as400 to excel 2007</b>. </p>
<p>It can be done by using <b>Data connection wizard</b> or <b>Microsoft query</b>. </p>
<p>However, when using </p>
<p> (1)</p>
<p><b>Data connection wizard</b>, i don&#8217;t know which kind of database i should choose. </p>
<p>ODBC DSN or Other / advanced ? </p>
<p>after choosing the kind of database, how can I know the name of the database I need to choose? </p>
<p> (2)</p>
<p>when using <b>Microsoft query</b>, which driver I should choose?</p>
<div>thanks</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/use-data-connection-wizard-microsoft-query-to-get-data-from-as400-to-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep Text to Column format in Excel 2007</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/keep-text-to-column-format-in-excel-2007/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/keep-text-to-column-format-in-excel-2007/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 21:00:16 +0000</pubDate>
		<dc:creator>Littlejuanito7</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel 2007 functions]]></category>
		<category><![CDATA[Excel functions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We&#8217;re wondering if there is a way to get Excel 2007 to remember the previous Text to Column settings. We are receiving reports in an email that we copy into Excel. We run the Text to Column&#62;Delimited&#62;Delimiters (Only Other = &#124;)(Text Qualifier left as default = *)&#62;Column Data Format (General). Every thing works great and [...]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re wondering if there is a way to get Excel 2007 to remember the previous Text to Column settings.  We are receiving reports in an email that we copy into Excel.  We run the Text to Column&gt;Delimited&gt;Delimiters (Only Other = |)(Text Qualifier left as default = *)&gt;Column Data Format (General).  Every thing works great and the columns are the way we want them.  We go to another report, copy the data, go back to the same worksheet, go a couple of cells below, paste the data and we are back to having to run Text to Column again.  Any way to have it remember the settings so it automatically enters the data in the correct columns?<br />
Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/keep-text-to-column-format-in-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to call Microsoft Excel from Oracle Forms 6i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-call-microsoft-excel-from-oracle-forms-6i/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-call-microsoft-excel-from-oracle-forms-6i/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 08:46:37 +0000</pubDate>
		<dc:creator>Taps</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Oracle Forms]]></category>
		<category><![CDATA[Oracle Forms 6i]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a form that has to put data to excel. The excel file is being created but my problem is the data is failing to insert from oracle to excel. I am using forms 6i. My machine is running Windows 7 Enterprise and office 2010. I have tried it on one with Excel 2007 [...]]]></description>
				<content:encoded><![CDATA[<p>I have a form that has to put data to excel. The excel file is being created but my problem is the data is failing to insert from oracle to excel. I am using forms 6i. My machine is running Windows 7 Enterprise and office 2010. I have tried it on one with Excel 2007 and it works fine.<br />
I am using the DDE package e.g</p>
<p> DOC_ID := DDE.INITIATE(&#8216;EXCEL&#8217;, V_PATH||V_FILE);<br />
      BEGIN<br />
        R := 2;<br />
        DDE.POKE(DOC_ID, &#8216;R1C1&#8242;, &#8216;X&#8217;, DDE.CF_TEXT, 40000);<br />
        DDE.POKE(DOC_ID, &#8216;R1C2&#8242;, &#8216;Item&#8217;, DDE.CF_TEXT, 40000);<br />
        DDE.POKE(DOC_ID, &#8216;R1C3&#8242;, &#8216;Description&#8217;, DDE.CF_TEXT, 40000);<br />
        EXCEPTION WHEN OTHERS THEN<br />
              :USER_message := &#8217;20000 &#8211; Error Inserting Data From       Oracle      To Excel &#8216;||sqlerrm;<br />
      END;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-call-microsoft-excel-from-oracle-forms-6i/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a macro in Excel 2007 to disable save</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diable-save/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/diable-save/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 06:01:29 +0000</pubDate>
		<dc:creator>Basilmartin</dc:creator>
				<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel 2007 functions]]></category>
		<category><![CDATA[Excel 2007 macros]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to create a macro in Excel 2007 to disable save]]></description>
				<content:encoded><![CDATA[<p>I need to create a macro in Excel 2007 to disable save</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/diable-save/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.065 seconds using memcached
Object Caching 895/1056 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 09:17:54 -->