<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx</link><description>I have recently been talking to some customers (both at a conference and on a series of visits last week), and a number of them asked about Excel 2007 and Microsoft SQL Server Analysis Services – specifically, what changes in Excel when Services 2005</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2494525</link><pubDate>Wed, 09 May 2007 06:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2494525</guid><dc:creator>Konduru Soma Sekhar</dc:creator><description>&lt;p&gt;I want to know more things from excel 2007 by working in microsoft office and Autocad&lt;/p&gt;
</description></item><item><title>Off topic but worthwhile....</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2501326</link><pubDate>Wed, 09 May 2007 14:46:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2501326</guid><dc:creator>John Greenan</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Any chance of the developer roadmap that I have been asking for since 2006? You know, should developers build .xla, .xll, com addins, automation addins or whatever Microsoft has planned????&lt;/p&gt;
&lt;p&gt;Pretty please??&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
</description></item><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2529575</link><pubDate>Thu, 10 May 2007 23:26:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2529575</guid><dc:creator>David Gainer</dc:creator><description>&lt;p&gt;For now, I can point you at the Excel developer portal:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/office/aa905411.aspx"&gt;http://msdn2.microsoft.com/en-us/office/aa905411.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;More coming later.&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;
</description></item><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2621893</link><pubDate>Mon, 14 May 2007 12:53:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2621893</guid><dc:creator>Stefan KZVB</dc:creator><description>&lt;p&gt;I've got an Excel question who probably only a Excel developer can answer right now:&lt;/p&gt;
&lt;p&gt;Is there a way to enable print gridlines or a specific theme for every new workbook/sheet? There's no setting in Tools/Options for those things - just things like font and number of sheets for new workbooks.&lt;/p&gt;
&lt;p&gt;I know I can set those defaults by creating some XLTXs and putting them in the XLSTART-Folder but then the user name who saved the templates will be in the newly created workbooks and the settings &amp;nbsp;under Tools/Options will be ignored.&lt;/p&gt;
</description></item><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2653643</link><pubDate>Tue, 15 May 2007 21:04:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2653643</guid><dc:creator>David Gainer</dc:creator><description>&lt;p&gt;Not sure if this helps, but Harlan Pointed this out in a previous comment:&lt;/p&gt;
&lt;p&gt;HKCU\Software\Microsoft\Office\&amp;lt;version&amp;gt;\Excel\Options &lt;/p&gt;
&lt;p&gt;with Options, Options3, Options5, Options6, Options95 values? [BTW, WTH is Options6 from?] Specifically, the first thing I change on new Excel installs is adding 4000H to Options3 in order to eliminate gridlines. &lt;/p&gt;
</description></item><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2668285</link><pubDate>Wed, 16 May 2007 11:43:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2668285</guid><dc:creator>Stefan KZVB</dc:creator><description>&lt;p&gt;@David:&lt;/p&gt;
&lt;p&gt;Adding 4000H top Options3 is a working way to hide the gridlines from the screen on new workbooks with Excel 2007. But I found no option to SHOW gridlines on the printout.&lt;/p&gt;
&lt;p&gt;So only solution seems to be writing an addin with events and set the gridline option to print (worksheet.pagesetup.printgridlines) for new sheets.&lt;/p&gt;
&lt;p&gt;But there really should be an easier way for administrators to specify this as default (and also a default theme)...&lt;/p&gt;
</description></item><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2741334</link><pubDate>Sun, 20 May 2007 03:10:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2741334</guid><dc:creator>marcorusso</dc:creator><description>&lt;p&gt;David, one feature removed from SP2 (&amp;quot;Ability to show/hide calculated members using the checkboxes in the filter drop down menus&amp;quot;) is very disappointing. One of my customers has been forced to reinstall SQL Server 2005 to return to Analysis Services 2005 SP1 just for this reason. His cube has many of calculated members on non-measures dimensions.&lt;/p&gt;
&lt;p&gt;Other customers has issues too. Even the Time Intelligence Wizard (of SSAS) creates calculated members on dimension attributes and they have the same issue in Excel 2007.&lt;/p&gt;
&lt;p&gt;I really don't understand why you did this in a SP without giving a chance to get the previous behavior.&lt;/p&gt;
&lt;p&gt;Do you have any news about this?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Marco Russo&lt;/p&gt;
</description></item><item><title>re: Excel 2007 and SQL Server Analysis Services 2005 Service Pack 2</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2769514</link><pubDate>Mon, 21 May 2007 19:09:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2769514</guid><dc:creator>David Gainer</dc:creator><description>&lt;p&gt;Hey Marco&lt;/p&gt;
&lt;p&gt;Shoot me an email - thanks.&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;
</description></item><item><title>Is Microsoft serious about BI?</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#2898242</link><pubDate>Sat, 26 May 2007 15:17:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2898242</guid><dc:creator>SQLBI - Marco Russo</dc:creator><description>&lt;p&gt;The short answer is yes. The long answer is that Microsoft should still improve in many ways. I thought&lt;/p&gt;
</description></item><item><title>Common Questions Around Excel 2007 OLAP PivotTables</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#7484388</link><pubDate>Wed, 06 Feb 2008 09:21:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7484388</guid><dc:creator>Microsoft Excel</dc:creator><description>&lt;p&gt;Today's author: Allan Folting, a program manager who works on the Excel team. I have gotten lots of questions&lt;/p&gt;
</description></item><item><title>Common Questions Around Excel 2007 OLAP PivotTables</title><link>http://blogs.msdn.com/excel/archive/2007/05/06/excel-2007-and-sql-server-analysis-services-2005-service-pack-2.aspx#7484728</link><pubDate>Wed, 06 Feb 2008 09:44:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7484728</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Today&amp;amp;#39;s author: Allan Folting, a program manager who works on the Excel team. I have gotten lots&lt;/p&gt;
</description></item></channel></rss>