<?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>asap utilities / excel blog &#187; Excel 2007 info</title>
	<atom:link href="http://www.asap-utilities.com/blog/index.php/category/excel-12-info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asap-utilities.com/blog</link>
	<description>Supercharge Excel</description>
	<lastBuildDate>Wed, 25 Jan 2012 10:53:08 +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>Excel 2007 sheet copy: Application-defined or object-defined error</title>
		<link>http://www.asap-utilities.com/blog/index.php/2008/06/03/excel-2007-sheet-copy-application-defined-or-object-defined-error/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2008/06/03/excel-2007-sheet-copy-application-defined-or-object-defined-error/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 07:57:22 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[Excel 2007 info]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2008/06/03/excel-2007-sheet-copy-application-defined-or-object-defined-error/</guid>
		<description><![CDATA[When you use the code sheet.copy normally a new workbook is created with a copy of that particular sheet. However in Excel 2007 (SP1) if the original workbook contains a macro when you run the code the first time you (might) get the following error: I could only reproduce this error when the original workbook [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the  code <code>sheet.copy</code> normally a new workbook is created with a copy of that particular sheet.<br />
However in Excel 2007 (SP1) if the original workbook contains a macro when you run the code the first time you (might) get the following error:<br />
<img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-application-or-object-defined-error.png' alt='excel-2007-application-or-object-defined-error.png' vspace="4" alt="Excel 2007 sheet copy: Application-defined or object-defined error" title="Application-defined or object-defined error" /></p>
<p>I could only reproduce this error when the original workbook where the sheet was copied from contained a macro and only when the code was run the first time via a button from the ribbon. If I ran the code again or when I ran the code from within the Visual Basic editor it worked without the error.<br />
The error is an untrappable one, meaning that "on error goto" doesn't work for this error so you cannot create a workaround for this in your code or present the user a more descriptive and friendly message.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2008/06/03/excel-2007-sheet-copy-application-defined-or-object-defined-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2007 Service Pack 1 coming on December 11th</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/12/06/office-2007-service-pack-1-coming-on-december-11th/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/12/06/office-2007-service-pack-1-coming-on-december-11th/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 16:02:44 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[Excel 2007 info]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/12/06/office-2007-service-pack-1-coming-on-december-11th/</guid>
		<description><![CDATA[For your information, next Tuesday the first Service Pack for Office 2007 will be released. Service Pack 1 for the 2007 Microsoft Office system will be available for download on December 11th. We will be sharing more details at that time, but the improvements are focused on stability, performance and security. I'm very curious if [...]]]></description>
			<content:encoded><![CDATA[<p>For your information, next Tuesday the first Service Pack for Office 2007 will be released.</p>
<blockquote><p>Service Pack 1 for the 2007 Microsoft Office system will be available for download on December 11th.  We will be sharing more details at that time, but the improvements are focused on stability, performance and security.</p></blockquote>
<p><img src='http://www.asap-utilities.com/blog/wp-content/ms-update-service-pack.png' alt='Check for Microsoft Updates' align="right" style="margin-left:6px;"/>I'm very curious if the people from Microsoft stay focusing on bugs and security holes only or if they also do something with all the suggestions and complaints in the various newsgroups and weblogs.</p>
<p>Source:<br />
<a href="http://blogs.msdn.com/inside_office_online/archive/2007/12/05/office-2007-service-pack-1-coming-next-week.aspx" target="_blank">http://blogs.msdn.com/inside_office_online/archive/2007/12/05/office-2007-service-pack-1-coming-next-week.aspx</a></p>
<p>Office Download page:<br />
<a href="http://office.microsoft.com/en-us/downloads/FX101321101033.aspx" target="_blank">http://office.microsoft.com/en-us/downloads/FX101321101033.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/12/06/office-2007-service-pack-1-coming-on-december-11th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem with copying filtered data in Excel 2007 + workaround</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/25/problem-with-copying-filtered-data-in-excel-2007-workaround/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/25/problem-with-copying-filtered-data-in-excel-2007-workaround/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 09:55:30 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[Excel 2007 info]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/25/problem-with-copying-filtered-data-in-excel-2007-workaround/</guid>
		<description><![CDATA[I just got an email that says you cannot copy only the filtered data in Excel 2007. If you use the autofilter to make a selection and then you only want to copy the filtered rows, Excel 2007 copied everything, even the hidden rows. This is different from the way Excel 2000-2003 works. You can [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-ribbon-filter.png' alt='Excel 2007 ribbon: Data /> Filter' align='right' style='margin-left:10px;'/>I just got an email that says you cannot copy only the filtered data in Excel 2007. If you use the autofilter to make a selection and then you only want to copy the filtered rows, Excel 2007 copied everything, even the hidden rows. This is different from the way Excel 2000-2003 works.</p>
<p>You can recognize when it is going to work correctly by double, moving striped-lines:<br />
<img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-autofilter-copy-correct.png' alt='Excel 2007, copy filtered cells only' vspace='6' /></p>
<p>If the double-lines don't show, the hidden rows are copied too:<br />
<img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-autofilter-copy-not-only-filtered.png' alt='Excel 2007, copy filtered cells only not working as expected' /></p>
<p>If it doesn't work, here are some workarounds:</p>
<p><strong>Workaround 1</strong><br />
If you convert your table to a 'table' it works as you would expect. Select the cells and then in the Excel menu choose:<br />
Insert > Table. After you've done this is works just as in the previous Excel versions.</p>
<p><strong>Workaround 2</strong><br />
Make your selection, then press F5 (go to..) then click on the "Special..." button and choose "Visible cells only". When you now copy, only the visible result of your filter will be copied and pasted.</p>
<p><strong>The ultimate workaround (and fix?)</strong><br />
I can reproduce the bug in a certain situation. If I have my data, select the header row and then apply the filter, the filtering works but it copies all the data. If I select the entire data-range or a single cell in it and then apply the filter it works as expected. This behavior is different from Excel 2000, 2002/XP and 2003.</p>
<p><b>Conclusion</b><br />
The way it works entirely relies on which cells you have selected before you apply the filter. My advice is to select the entire range and then apply the autofilter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/25/problem-with-copying-filtered-data-in-excel-2007-workaround/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Protect sheets: The EnableSelection property is not saved + Excel update fix</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/23/the-enableselection-property-is-not-saved/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/23/the-enableselection-property-is-not-saved/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 11:41:44 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[Excel 2007 info]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/23/the-enableselection-property-is-not-saved/</guid>
		<description><![CDATA[Yesterday I got the following question: "When using the 'protect multiple sheets at onceâ€ and checking only the 'select unlocked cellsâ€ checkbox I find that once I save and reopen the sheets now behave as if both the 'select unlocked cellsâ€ as well as the 'select locked cellsâ€ seems to be in effect as I [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.asap-utilities.com/blog/wp-content/protect-all-sheets-enable-selection-registrictions.png' alt='Protect sheets: The EnableSelection property is not saved + Excel update fix' align="right" style="margin-left:10px" />Yesterday I got the following question: "<em>When using the 'protect multiple sheets at onceâ€ and checking only the 'select unlocked cellsâ€ checkbox I find that once I save and reopen the sheets now behave as if both the 'select unlocked cellsâ€ as well as the 'select locked cellsâ€ seems to be in effect as I can then select any cell, however, the rest of the protections seem to be in place.</em>"</p>
<p>At first I couldn't reproduce the problem, however when I did it on a computer with Excel 2003 without any service packs installed I could replicate the problem. At first it looks just right but when you save, close and re-open the file the setting of selecting only unlocked cells was lost. I found in the MS Knowledge base that this is a bug that is fortunately fixed in one of the Excel service packs. After I installed the service pack the utility worked as expected.</p>
<h3>Microsoft has confirmed that this is a problem in Excel 2002 and 2003: KB918323</h3>
<p>When you try to use a Microsoft Visual Basic for Applications (VBA) macro to set the EnableSelection property in Microsoft Excel 2002 or in Microsoft Office Excel 2003, the EnableSelection property is not saved. After the workbook is saved, closed, and then opened, cells that you expect to be locked can be selected.</p>
<p>If you set the EnableSelection property manually, the changes are saved. Additionally, locked cells cannot be selected when the workbook is opened.</p>
<p>More information about this Excel bug in Excel 2002/XP and 2003:<br />
<a href="http://support.microsoft.com/kb/918323/en-us" target="_blank" class="external">http://support.microsoft.com/kb/918323/en-us</a></p>
<p>Excel 2002 post-Service Pack 3 hotfix package: May 6, 2004<br />
<a href="http://support.microsoft.com/kb/829348/" target="_blank" class="external">http://support.microsoft.com/kb/829348/</a></p>
<p>Description of the Excel 2003 post-Service Pack 1 hotfix package: August 20, 2004<br />
<a href="http://support.microsoft.com/kb/840316/" target="_blank" class="external">http://support.microsoft.com/kb/840316/</a></p>
<h3>Office update</h3>
<p>To download the service pack from Office Update, visit the following Microsoft Web site:<br />
<a href="http://office.microsoft.com/officeupdate/default.aspx" target="_blank" class="external">http://office.microsoft.com/officeupdate/default.aspx</a></p>
<h3>Excel 2007</h3>
<p>Unfortunately this bug also exists in Excel 2007 (12.0.4518 and 12.0.6024) and I haven't seen a fix for this. I also found out that if you save the file as an Excel 97-2003 workbook, the selection restrictions will be saved. However if you save the file in 2007 format the setting is lost. Protecting one sheet at a time manually works. However doing it with a macro still has issues in Excel 2007...<br />
<span id="more-171"></span><br />
Here is an code example:</p>
<div class="code"><span style="color:blue">Sub</span> UnProtectAllSheets()<br />&#160;&#160;<span style="color:#007F00">&#039; Unprotect all sheets without a password</span><br />&#160;&#160;<span style="color:#007F00">&#039; also resets the selection restriction</span><br />&#160;&#160;<span style="color:blue">Dim</span> i&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:blue">As</span> <span style="color:blue">Long</span><br />&#160;&#160;<span style="color:blue">For</span> i = 1 <span style="color:blue">To</span> ActiveWorkbook.Sheets.Count<br />&#160;&#160;&#160;&#160;Sheets(i).Unprotect<br />&#160;&#160;&#160;&#160;Sheets(i).EnableSelection = xlNoRestrictions<br />&#160;&#160;<span style="color:blue">Next</span> i<br /><span style="color:blue">End</span> <span style="color:blue">Sub</span></p>
<p><span style="color:blue">Sub</span> ProtectAllSheets()<br />&#160;&#160;<span style="color:#007F00">&#039; Protect all sheets without a password</span><br />&#160;&#160;<span style="color:#007F00">&#039; allow only the selection of unlocked cells</span><br />&#160;&#160;<span style="color:blue">Dim</span> i&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:blue">As</span> <span style="color:blue">Long</span><br />&#160;&#160;<span style="color:blue">For</span> i = 1 <span style="color:blue">To</span> ActiveWorkbook.Sheets.Count<br />&#160;&#160;&#160;&#160;Sheets(i).Protect DrawingObjects:=True, Contents:=<span style="color:blue">True</span>, Scenarios:=True<br />&#160;&#160;&#160;&#160;Sheets(i).EnableSelection = xlUnlockedCells<br />&#160;&#160;<span style="color:blue">Next</span> i<br /><span style="color:blue">End</span> <span style="color:blue">Sub</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/23/the-enableselection-property-is-not-saved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed the statup delay in Windows XP + Excel 2007 when opening a file through the Windows Explorer</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/12/fix-excel-2007-explorer-startup-delay/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/12/fix-excel-2007-explorer-startup-delay/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 13:20:42 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Excel 2007 info]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/12/fix-excel-2007-explorer-startup-delay/</guid>
		<description><![CDATA[The latest version of ASAP Utilities (pre-released today) will solve an issue that can appear when you have both Windows XP and Excel 2007 installed. "After installing the latest version of ASAP-Utilities after upgrading to Office 2007, I began to encounter a problem with Excel 2007 where, upon clicking on an Excel file to open, [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of ASAP Utilities (<a href="http://www.asap-utilities.com/faq-questions-answers-detail.php?m=161">pre-released today</a>) will solve an issue that can appear when you have both Windows XP and Excel 2007 installed.</p>
<p><em>"After installing the latest version of ASAP-Utilities after upgrading to Office 2007, I began to encounter a problem with Excel 2007 where, upon clicking on an Excel file to open, the main window would open in Excel it would be blank, but upon doing some action, like minimizing it, the actual file would then display properly."</em></p>
<p>I solved the problem, although I still think it is a bit peculiar.</p>
<p>I develop ASAP Utilities in Excel 2002/XP (Developer edition). After intensive testing I found out that the only simple solution, to solve the delay problem, was to open the file "ASAP Utilities.xla" in Excel 2007 and save it back in Excel 2000-2003 format (what it already was...). I have tested the result and then the delay is gone.</p>
<p>The strangest thing to me is that the problem only occurs in Windows XP with Excel 2007. In Windows Vista the problem does not occur.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/12/fix-excel-2007-explorer-startup-delay/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pre-release ASAP Utilities version 4.1.3 RC3 (Excel 2007 ribbon)</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/08/30/pre-release-asap-utilities-version-413-rc3-with-excel-2007-ribbon/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/08/30/pre-release-asap-utilities-version-413-rc3-with-excel-2007-ribbon/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 13:35:06 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[Excel 2007 info]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/08/30/pre-release-asap-utilities-version-413-rc3-with-excel-2007-ribbon/</guid>
		<description><![CDATA[I have just published a new pre-release of the new version of ASAP Utilities. It is ready for download and testing. The major change in this version is in combination with Excel 2007 where ASAP Utilities now has its own tab in the ribbon. Preview with the blue (Excel default) theme: Preview with the black [...]]]></description>
			<content:encoded><![CDATA[<p>I have just published a new pre-release of the new version of ASAP Utilities. It is ready for <a href="http://www.asap-utilities.com/faq-questions-answers-detail.php?m=155" target="_blank" title="Known bugs in version 4.1.2 / pre-release version 4.1.3">download</a> and testing.</p>
<p>The major change in this version is in combination with Excel 2007 where ASAP Utilities now has its own tab in the ribbon.</p>
<p>Preview with the blue (Excel default) theme:<br />
<img src='http://www.asap-utilities.com/blog/wp-content/preview10-ribbon-asap-utilities-2007-menu650.png' alt='Excel 2007 with ASAP Utilities in the ribbon' /></p>
<p>Preview with the black theme:<br />
<img src='http://www.asap-utilities.com/blog/wp-content/preview10-ribbon-asap-utilities-2007-menu-black650.png' alt='ASAP Utilities in the ribbon of Excel 2007, with black theme' /></p>
<p>A screenshot of ASAP Utilities with the favorites menu expanded in Excel 2007 (click to view full-size)<br />
<a href='http://www.asap-utilities.com/blog/wp-content/preview10-ribbon-asap-utilities-2007-favorites.png' title='Excel 2007 with ASAP Utilities in the ribbon and the favorites menu expanded'><img src='http://www.asap-utilities.com/blog/wp-content/preview10-ribbon-asap-utilities-2007-favorites.thumbnail.png' alt='Excel 2007 with ASAP Utilities in the ribbon and the favorites menu expanded' /></a></p>
<p>This new version also fixes a bug in the utility "Numbers > Round numbers (not formatting, but changing)..." that appears in combination with the Norwegian and Czech regional settings. Somehow Excel/ASAP Utilities didn't see the numbers as actual numbers and therefore the utility ignored them. (I could only reproduce this bug with these two regional language settings).</p>
<h3>Download</h3>
<p>Download via the ASAP Utilities FAQ<br />
<a href="http://www.asap-utilities.com/faq-questions-answers-detail.php?m=155" target="_blank" title="Known bugs in version 4.1.2 / pre-release version 4.1.3">http://www.asap-utilities.com/faq-questions-answers-detail.php?m=155</a></p>
<h3>Feedback</h3>
<p>The ribbon is a whole new experience for me. Please let me know what you think of the new ASAP Utilities menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/08/30/pre-release-asap-utilities-version-413-rc3-with-excel-2007-ribbon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preview ASAP Utilities ribbon for Excel 2007</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/08/28/preview-asap-utilities-ribbon-for-excel-2007-2/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/08/28/preview-asap-utilities-ribbon-for-excel-2007-2/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 14:20:45 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[Excel 2007 info]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/08/28/preview-asap-utilities-ribbon-for-excel-2007-2/</guid>
		<description><![CDATA[I am currently working on an Excel 2007 ribbon-menu for the new ASAP Utilities. Right now the ASAP Utilities menu is visible in the Add-ins tab but the new version will have its menu integrated in the ribbon. Preview of the new ASAP Utilities menu A preview of the new ASAP Utilities ribbon in Excel [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working on an Excel 2007 ribbon-menu for the new ASAP Utilities.<br />
Right now the ASAP Utilities menu is visible in the <a href="http://www.asap-utilities.com/faq-questions-answers-detail.php?m=105" title="_blank">Add-ins tab</a> but the new version will have its menu integrated in the ribbon.</p>
<h2>Preview of the new ASAP Utilities menu</h2>
<p>A preview of the new ASAP Utilities ribbon in Excel 2007:<br />
More information and a pre-release of the new version will follow this week.<br />
<img src='http://www.asap-utilities.com/blog/wp-content/preview20070828d-ribbon-asap-utilities-2007.png' alt='Preview ASAP Utilities ribbon for Excel 2007' /></p>
<h2>Preferred color scheme</h2>
<p>Above is a preview of Excel 2007 with the black color scheme. Which color scheme do you prefer, the blue (default), silver or black?<br />
Personally I prefer the black theme. I think with this scheme everything on the screen is the easiest to distinguish and the most relaxing for my eyes. I also think that that the black color scheme draws more attention to the spreadsheet in stead of to the ribbon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/08/28/preview-asap-utilities-ribbon-for-excel-2007-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fix the slow startup of Excel 2007</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/07/09/fix-the-slow-startup-of-excel-2007/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/07/09/fix-the-slow-startup-of-excel-2007/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 12:56:48 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[Excel 2007 info]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/07/09/fix-the-slow-startup-of-excel-2007/</guid>
		<description><![CDATA[Recently I have been receiving a few emails about people telling me that their Excel 2007 would startup very slowly with ASAP&#160;Utilities installed. The delay also occurred without ASAP Utilities if they click on an Excel file from within the Explorer: If I click on an xls file Excel opens with a blank window which [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have been receiving a few emails about people telling me that their Excel 2007 would startup very slowly with ASAP&nbsp;Utilities installed. The delay also occurred without ASAP Utilities if they click on an Excel file from within the Explorer:<br />
<em>If I click on an xls file Excel opens with a blank window which delays...<br />
If I then click to minimize the Excel window, it then immediately re-opens with xls file</em><br />
<span id="more-92"></span><br />
You can test if the speed-delay is caused by ASAP&nbsp;Utilities by temporary turning it off (and on):<br />
<a href="http://www.asap-utilities.com/asap-utilities-uninstall-remove.php#temporary_disable" target="_blank" class="external">http://www.asap-utilities.com/asap-utilities-uninstall-remove.php#temporary_disable</a><br />
In general, the delay can be caused by a virus scanner. I know that Norton Antivirus checks every file you open in Excel first, this also includes add-ins. The speed is slower if ASAP Utilities is loaded from a network connection.</p>
<p>I have Excel XP on my laptop with Norton Antivirus. ASAP&nbsp;Utilities is installed on my hard disk and with ASAP&nbsp;Utilities installed it takes Excel about 2 to 3 seconds extra to start. On my computer with Excel 2003 this delay is about the same. On my computer with Windows Vista and Excel 2007, Excel starts up in a few seconds whether I start from scratch or start Excel by double-click on a file in windows explorer.<br />
I do find however that the Adobe PDF add-in causes an extra delay of nearly 10 seconds.</p>
<p><img src='http://www.asap-utilities.com/blog/wp-content/excel_2007_splash_screen.png' alt='Excel 2007 Splash Screen'/></p>
<h3>Fixing Excel 2007 slow startup problems</h3>
<p>On some computer Excel 2007 starts up very slowly. So far it has only been reported to me in combination with Windows XP.<br />
There are a few reasons that I've seen so far that cause this:<br />
- The Adobe PDF maker add-in is slow.<br />
- The add-in autodesk Vault is logging into the network, which causes a delay.<br />
- Problems in the Windows Explorer settings (see below)</p>
<p>Martin von Gagern has written a possible solution for the problem.<br />
<a href="http://martin.von-gagern.net/howtos/excel2007load" target="_blank" class="external">http://martin.von-gagern.net/howtos/excel2007load</a></p>
<blockquote><p>Martin von Gagern: At least on Windows XP the problem can be solved as described below:<br />
   1. Application Explorer<br />
   2. Menu Tools<br />
   3. Menu item Folder Options<br />
   4. Tab File Types<br />
   5. List item XLS<br />
   6. Button Advanced<br />
   7. List item Open<br />
   8. Button Edit...<br />
In the dialog box that appears you need to make two adjustments:<br />
Application to perform action:<br />
- At the end of the line after /e append a space character followed by "%1" (including the quotes)<br />
DDE Application Not Running:<br />
- Insert new text: [rem see command line] (including the brackets)<br />
Source: <a href="http://martin.von-gagern.net/howtos/excel2007load" target="_blank" class="external">http://martin.von-gagern.net/howtos/excel2007load</a>
</p></blockquote>
<p><a href="http://groups.google.com/group/microsoft.public.excel.misc/browse_thread/thread/bfb35ac24358e6b7" target="_blank" class="external">http://groups.google.com/group/microsoft.public.excel.misc/browse_thread/thread/bfb35ac24358e6b7</a></p>
<p>These are the settings on my 2007 test-system that work correct:<br />
<img src='http://www.asap-utilities.com/blog/wp-content/open2007_initial_wait_fixed.png' alt='open2007_initial_wait_fixed.png' /></p>
<p>There are a lot of posts about a slow Excel 2007 in the newsgroups:<br />
<a href="http://groups.google.com/groups?as_q=excel+2007+slow&#038;num=100&#038;scoring=r" target="_blank" class="external">http://groups.google.com/groups?as_q=excel+2007+slow&#038;num=100&#038;scoring=r</a></p>
<h3>Improving the performance in Excel 2007</h3>
<p>Charles Williams has written a great article about improving the performance in Excel 2007<br />
<a href="http://msdn2.microsoft.com/en-us/library/aa730921.aspx" target="_blank" class="external">http://msdn2.microsoft.com/en-us/library/aa730921.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/07/09/fix-the-slow-startup-of-excel-2007/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Excel 2007: Show the Developer tab or run in developer mode</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/02/05/excel-2007-show-the-developer-tab-or-run-in-developer-mode/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/02/05/excel-2007-show-the-developer-tab-or-run-in-developer-mode/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 15:16:30 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[Excel 2007 info]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/02/05/excel-2007-show-the-developer-tab-or-run-in-developer-mode/</guid>
		<description><![CDATA[When you install the new Office 2007 the first thing you want to do is show the developer tab. You should display the Developer tab or run in developer mode when you want to write macros, run macros that you previously recorded, or create applications to use with Microsoft Office programs. Click the Microsoft Office [...]]]></description>
			<content:encoded><![CDATA[<p>When you install the new Office 2007 the first thing you want to do is show the developer tab.</p>
<p>You should display the Developer tab or run in developer mode when you want to write macros, run macros that you previously recorded, or create applications to use with Microsoft Office programs.</p>
<ol>
<li>Click the Microsoft Office Button Button image, and then click Excel Options.</li>
<li>Click Popular, and then select the Show Developer tab in the Ribbon check box.</li>
</ol>
<p>Source: <a href="http://office.microsoft.com/en-us/excel/HA101730521033.aspx" target="_blank">office.microsoft.com/en-us/excel/HA101730521033.aspx</a></p>
<p><img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-excel-options-button.png' alt='Excel options' /><br />
<img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-show-the-developer-tab.png' alt='Show the developers tab' vspace='10'/><br />
<img src='http://www.asap-utilities.com/blog/wp-content/excel-2007-developer-tab-500px.png' alt='The developers tab' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/02/05/excel-2007-show-the-developer-tab-or-run-in-developer-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel 12 : &quot;save as PDF&quot;</title>
		<link>http://www.asap-utilities.com/blog/index.php/2005/10/02/office-12-save-as-pdf/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2005/10/02/office-12-save-as-pdf/#comments</comments>
		<pubDate>Sun, 02 Oct 2005 09:04:39 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[Excel 2007 info]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/?p=16</guid>
		<description><![CDATA[Excel and some other Office 12 applications will have a "save as PDF" function. This was posted yesterday by Dick Kusleika (Daily Dose of Excel) and Chris Pratley (Chris_Pratley's OneNote WebLog) who both joined the 2005 MVP Summit. A quote from Cris' website: Today was a fun day. It was our last day with our [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.asap-utilities.com/blog/wp-content/iconpdfbig.jpg' alt='Office 12 : save as PDF' / align="right" style="margin-left:8px"/>Excel and some other Office 12 applications will have a "save as PDF" function. This was posted yesterday by Dick Kusleika (<a href="http://www.dicks-blog.com/archives/2005/10/01/world-exclusive-excel-12-announcement/" target="_blank">Daily Dose of Excel</a>) and Chris Pratley (<a href="http://blogs.msdn.com/chris_pratley/archive/2005/10/01/476115.aspx" target="_blank">Chris_Pratley's OneNote WebLog</a>) who both joined the 2005 MVP Summit.</p>
<p>A quote from Cris' website:<br />
<em>Today was a fun day. It was our last day with our MVPs visiting here at Redmond. This was one of the best MVP Summits for me - there was a lot of good positive interchange and solid feedback given by the MVPs on all our products. We demoed Office 12 applications in detail so people got a real sense of the totality of Office12. Lots of smiles!</p>
<p>One big smile was when Steven Sinofsky announced during his wrap-up Q&#038;A this morning that Office 12 apps (OneNote included) will support "Save as PDF" natively. He then went through a demo of most of the apps showing each of them saving to PDF. Publisher (another app whose design team I manage) will even support CMYK output for professional pre-press work. Actually, the Publisher team did most of the work to support PDF over the last year. Then the other teams hooked up to the core PDF generator that they wrote from scratch.</em></p>
<p>It would be great if Excel 12 can also import PDF files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2005/10/02/office-12-save-as-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

