<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Contextures Blog</title>
	<atom:link href="http://blog.contextures.com/index.php?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.contextures.com</link>
	<description>Save Time and Money in Business</description>
	<pubDate>Fri, 21 Nov 2008 17:31:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Avoiding Shared Workbooks in Excel by JP</title>
		<link>http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/#comment-1078</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 21 Nov 2008 15:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/#comment-1078</guid>
		<description>At my office, we did the shared workbook thing a lot. It was quick and dirty, and we didn't need the advanced features. Just a few people working remotely who needed to edit a few cells on a common workbook.
We did end up with a few corrupted workbooks, but fortunately there were nightly backups, so the data loss was minimal. But the sad part is the rationale behind it all. They didn't want to buy more Access licenses (getting IT to do installations is a rude welcome to the bureaucracy), and paying someone to write the code that would write the information to a database (or create anything more than a rudimentary solution) was out of the question. All I got were blank stares when I suggested alternatives to shared workbooks.</description>
		<content:encoded><![CDATA[<p>At my office, we did the shared workbook thing a lot. It was quick and dirty, and we didn&#8217;t need the advanced features. Just a few people working remotely who needed to edit a few cells on a common workbook.<br />
We did end up with a few corrupted workbooks, but fortunately there were nightly backups, so the data loss was minimal. But the sad part is the rationale behind it all. They didn&#8217;t want to buy more Access licenses (getting IT to do installations is a rude welcome to the bureaucracy), and paying someone to write the code that would write the information to a database (or create anything more than a rudimentary solution) was out of the question. All I got were blank stares when I suggested alternatives to shared workbooks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Dates In Excel by Charlie Hall</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1069</link>
		<dc:creator>Charlie Hall</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1069</guid>
		<description>Groups are only shared when pivot tables share the same pivot cache (I believe) - if you want two pivot tables to share the same data, but not the same groupings, you can use different range names (which have the same range address) or create the pivot tables each with different number of rows, and then once they are both created, change the addresses to include the same number of rows.</description>
		<content:encoded><![CDATA[<p>Groups are only shared when pivot tables share the same pivot cache (I believe) - if you want two pivot tables to share the same data, but not the same groupings, you can use different range names (which have the same range address) or create the pivot tables each with different number of rows, and then once they are both created, change the addresses to include the same number of rows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Entering Dates and Times in Excel by Andrew</title>
		<link>http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/#comment-1067</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/#comment-1067</guid>
		<description>Wouldn't it be easier to save the last saved date doing something like this:

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Worksheets("DataEntry").Range("A1").Value _
        = "Last Saved: " &#38; Format(Now, "mm/dd/yyyy h:mm AM/PM")
End Sub</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t it be easier to save the last saved date doing something like this:</p>
<p>Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)<br />
    Worksheets(&#8221;DataEntry&#8221;).Range(&#8221;A1&#8243;).Value _<br />
        = &#8220;Last Saved: &#8221; &amp; Format(Now, &#8220;mm/dd/yyyy h:mm AM/PM&#8221;)<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoiding Shared Workbooks in Excel by sam</title>
		<link>http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/#comment-1063</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 20 Nov 2008 13:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/#comment-1063</guid>
		<description>When you want multiple users to interact with an excel file - use it in a "Database" mode.
Create a Template which can add and edit records in a  database (Excel/Access etc) stored in a network folder with proper access.
Create a Reporting application which can pull data from the database.

Excel 2000 has a very interesting addin called Template wizard with Data tracking which allowed users to add data to a database from an excel template. Instead of improving it MS decided to discontiue it from XP onwords....</description>
		<content:encoded><![CDATA[<p>When you want multiple users to interact with an excel file - use it in a &#8220;Database&#8221; mode.<br />
Create a Template which can add and edit records in a  database (Excel/Access etc) stored in a network folder with proper access.<br />
Create a Reporting application which can pull data from the database.</p>
<p>Excel 2000 has a very interesting addin called Template wizard with Data tracking which allowed users to add data to a database from an excel template. Instead of improving it MS decided to discontiue it from XP onwords&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Dates In Excel by Mariusz Cendrowski</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1059</link>
		<dc:creator>Mariusz Cendrowski</dc:creator>
		<pubDate>Thu, 20 Nov 2008 10:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1059</guid>
		<description>Debra, thank you very much.
This is exactly what I needed.

Best regards
Mariusz</description>
		<content:encoded><![CDATA[<p>Debra, thank you very much.<br />
This is exactly what I needed.</p>
<p>Best regards<br />
Mariusz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Dates In Excel by Contextures Blog &#187; Entering Dates and Times in Excel</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1057</link>
		<dc:creator>Contextures Blog &#187; Entering Dates and Times in Excel</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1057</guid>
		<description>[...] Working With Dates In Excel  [...]</description>
		<content:encoded><![CDATA[<p>[...] Working With Dates In Excel  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delay Sending Outlook Messages by Stevo</title>
		<link>http://blog.contextures.com/archives/2008/09/16/delay-sending-outlook-messages/#comment-1056</link>
		<dc:creator>Stevo</dc:creator>
		<pubDate>Thu, 20 Nov 2008 03:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/?p=278#comment-1056</guid>
		<description>Ron de Bruin

‘Stay in the outbox untill this date and time
.DeferredDeliveryTime = “1/6/2007 10:40:00 AM”

I searched for hours for this solution.....You're the man Ron.

In future when I Google VBA queries I will first try adding your name into the search criteria with what I need. I've seen a lot of your replies all over the place and I greatly appreciate your help to the internet community....

Cheers :)</description>
		<content:encoded><![CDATA[<p>Ron de Bruin</p>
<p>‘Stay in the outbox untill this date and time<br />
.DeferredDeliveryTime = “1/6/2007 10:40:00 AM”</p>
<p>I searched for hours for this solution&#8230;..You&#8217;re the man Ron.</p>
<p>In future when I Google VBA queries I will first try adding your name into the search criteria with what I need. I&#8217;ve seen a lot of your replies all over the place and I greatly appreciate your help to the internet community&#8230;.</p>
<p>Cheers <img src='http://blog.contextures.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Dates In Excel by Debra Dalgleish</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1054</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1054</guid>
		<description>Mariusz, you can use the FileDateTime in VBA. I'll post an example tomorrow.

Jon, you're right, calculations in the source data are usually less of a headache, than trying to do them in the pivot tables. And it still surprises me when I enter a formula at the top of a table in Excel 2007, and it automatically fills down.

And yes, 'Just to thank you about', it is difficult to write a book. The hardest part is sitting in the chair for the hundreds of hours that it takes, and staying focused. Thanks for letting me know that you liked it!</description>
		<content:encoded><![CDATA[<p>Mariusz, you can use the FileDateTime in VBA. I&#8217;ll post an example tomorrow.</p>
<p>Jon, you&#8217;re right, calculations in the source data are usually less of a headache, than trying to do them in the pivot tables. And it still surprises me when I enter a formula at the top of a table in Excel 2007, and it automatically fills down.</p>
<p>And yes, &#8216;Just to thank you about&#8217;, it is difficult to write a book. The hardest part is sitting in the chair for the hundreds of hours that it takes, and staying focused. Thanks for letting me know that you liked it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Dates In Excel by Just to thank you about</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1053</link>
		<dc:creator>Just to thank you about</dc:creator>
		<pubDate>Wed, 19 Nov 2008 23:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1053</guid>
		<description>hello;
i appreciate highly your blog and i had learned interessting things from you.
THank you very much.
I use excel every day more than 10 hours!
i love excel because he is like women : a lot of sercets and very funy!
thank you avery much again and again...
i like very much your book "Beginning PivotTables in Excel 2007" and i recommanded  because your style is so clear that your reader will undertsand your ideas very easily.

is it difficult to write a book? i plan to make a try...
your faithfully</description>
		<content:encoded><![CDATA[<p>hello;<br />
i appreciate highly your blog and i had learned interessting things from you.<br />
THank you very much.<br />
I use excel every day more than 10 hours!<br />
i love excel because he is like women : a lot of sercets and very funy!<br />
thank you avery much again and again&#8230;<br />
i like very much your book &#8220;Beginning PivotTables in Excel 2007&#8243; and i recommanded  because your style is so clear that your reader will undertsand your ideas very easily.</p>
<p>is it difficult to write a book? i plan to make a try&#8230;<br />
your faithfully</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working With Dates In Excel by Jon Peltier</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1049</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 19 Nov 2008 12:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1049</guid>
		<description>Calculated fields in pivot tables is one of those features that seem like such a good idea when listed in a bullet point, but which don't live up to their billing. So I've usually added a calculation column to the source data.

It used to be a real pain to add these calculations to the data. Whenever more records were added, you had to drag the formula down to include all of the rows. Then you had to update the pivot table source range.

With Excel 2003's Lists (and their descendent, Excel 2007's Tables), the data source adjusts automatically, and any calculations also autofill themselves.</description>
		<content:encoded><![CDATA[<p>Calculated fields in pivot tables is one of those features that seem like such a good idea when listed in a bullet point, but which don&#8217;t live up to their billing. So I&#8217;ve usually added a calculation column to the source data.</p>
<p>It used to be a real pain to add these calculations to the data. Whenever more records were added, you had to drag the formula down to include all of the rows. Then you had to update the pivot table source range.</p>
<p>With Excel 2003&#8217;s Lists (and their descendent, Excel 2007&#8217;s Tables), the data source adjusts automatically, and any calculations also autofill themselves.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
