<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Spreadsheet Page Blog</title>
    <link>http://spreadsheetpage.com/index.php/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>walkenbach@gmail.com</dc:creator>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-02-22T17:25:45+00:00</dc:date>
  <image>
    <url>http://spreadsheetpage.com/graphics/sspagesmall.png</url>
  </image>

    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>New Shortcut Key Discovered</title>
      <link>http://spreadsheetpage.com/index.php/blog/new_shortcut_key_discovered/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/new_shortcut_key_discovered/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>Pointy Haired Dilbert compiled a
 <a href="http://chandoo.org/wp/2010/02/22/complete-list-of-excel-shortcuts/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+PointyHairedDilbert+(Pointy+Haired+Dilbert)&utm_content=Google+Reader">
comprehensive list of Excel keyboard shortcuts</a>.</p>
<p>And that reminded me 
of a new shortcut I discovered last week: </p>
<ul>
  <li><b>Ctrl+D</b> makes a copy of an embedded chart (Excel 2007 and Excel 2010 
  only).</li>
</ul>

<p>To help you remember, think "D for Duplicate." I couldn't find it in the Help 
system, and a cursory check of the Web leads me to suspect that I'm the first 
person in the world to discover this.</p>
<p>Before Excel 2007, the easiest way 
to copy a chart is to press Ctrl while you drag the chart with your mouse. That 
action was removed in Excel 2007, but Microsoft provided an even easier method 
-- and didn't even tell anyone about it!</p>]]></content:encoded>
      <dc:date>2010-02-22T17:25:45+00:00</dc:date>
    </item>

    <item>
      <title>Greg Likes The Book</title>
      <link>http://spreadsheetpage.com/index.php/blog/greg_likes_the_book/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/greg_likes_the_book/</guid>
      <dc:subject>Fan Mail</dc:subject>
      <content:encoded><![CDATA[<p>Yet another unsolicited bit of fan mail:</p>
<blockquote>
  
<p>Just a quick note to tell you how impressed I have been, for a very long 
  time, with your Excel books. I bought one several years ago (maybe
  <span style="font-style: normal">Excel Power Programming With VBA</span>?) 
  and, at the time, it put me ahead of all of my colleagues in terms of 
  practical, ready to use knowledge about MS Excel. </p>
  
<p>Skip forward at least a decade and I had a current need to update my ss 
  skills and went to Barnes & Noble to get some up-to-date resource technical 
  materials. As I was scanning the available materials, my wife said "how can 
  you ever manage to figure out which Excel book to pick?" At that moment in my 
  scanning, I saw just "Walkenbach" and I pulled it out and replied "Right here, 
  this guy is an Excel genius. I recall reading one of his earlier Excel books 
  and it was just incredible." I think she thought I was kidding. </p>
  
<p>Well, I took <span style="font-style: normal">
   <a href="http://spreadsheetpage.com/index.php/book/excel_2007_bible/">Excel 
  2007 Bible</a></span> home over the weekend and cracked it open this morning 
  to get up to speed on charts. I wrapped up the 'Getting Started Making Charts' 
  intro on charts and am just part way into 'Learning Advanced Charting' and I 
  am very impressed! Your exceptionally clear writing style, focus on how to do 
  the task at hand, easy transition from introductory to advanced materials are 
  all just top-of-the-line. </p>
  
<p>So, I thank you, man, for putting out such a truly great product and I wish 
  you the very best. I can't say enough good stuff! </p>
  
<p>Wishing you the best, <br>
  Greg S., NY</p>
</blockquote>

<p>I'm glad you like it, Greg.</p>]]></content:encoded>
      <dc:date>2010-02-19T16:29:29+00:00</dc:date>
    </item>

    <item>
      <title>Excel 2010 VBA Enhancements</title>
      <link>http://spreadsheetpage.com/index.php/blog/excel_2010_vba_enhancements/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/excel_2010_vba_enhancements/</guid>
      <dc:subject>What&#39;s New?</dc:subject>
      <content:encoded><![CDATA[<p>At the official blog of the Microsoft Excel product team:
 <a href="http://blogs.msdn.com/excel/archive/2010/02/16/migrating-excel-4-macros-to-vba.aspx">
Migrating Excel 4 Macros to VBA</a>.</p>
<blockquote>
  
<p>Excel has a macro facility, known as Excel 4 macros (XLM for short) that 
  was the primary macro language prior to the introduction of VBA in Excel 5.0. 
  Most people have long since migrated their Excel 4 macros to VBA; however, 
  some Excel 4 macro capabilities were missing from VBA, which made this 
  migration difficult. </p>
<p>In Excel 2010, one of our goals was to remove any 
  remaining barriers that people had to complete the migration of Excel 4 macros 
  to VBA. </p>
</blockquote>

<p>The article lists quite a few things that, in the past, required an XLM 
macro. The most important new feature is the ability to provide argument 
descriptions for user-defined functions. These are the descriptions that appear 
in the Function Arguments dialog box. </p>
<p>I posted a new tip that 
demonstrates how to do this:
 <a href="http://spreadsheetpage.com/index.php/tip/user-defined_function_argument_descriptions_in_excel_2010/">
User-Defined Function Argument Descriptions In Excel 2010</a>.</p>]]></content:encoded>
      <dc:date>2010-02-17T15:37:57+00:00</dc:date>
    </item>

    <item>
      <title>14 Years Old</title>
      <link>http://spreadsheetpage.com/index.php/blog/14_years_old/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/14_years_old/</guid>
      <dc:subject>Site News</dc:subject>
      <content:encoded><![CDATA[<p>Today is the 14th anniversary of The Spreadsheet Page. How quickly they grow 
up!</p>

<p>Here&#39;s how it looked in 1997:</p>
<blockquote>
<p>
  <a href="http://spreadsheetpage.com/graphics/blog/sspage1997.png">
<img border="1" src="http://spreadsheetpage.com/graphics/blog/sspage1997_sm.png" width="400" height="445"></a></p>

</blockquote>
<p>
Click to enlarge, or try navigating it at
 <a href="http://web.archive.org/web/19970121105010/http:/www.j-walk.com/ss/">
archive.org</a>.</p>
<p>
I&#39;d say my site design skills have improved over the years.</p>]]></content:encoded>
      <dc:date>2010-02-16T14:45:52+00:00</dc:date>
    </item>

    <item>
      <title>Joe&#8217;s A Fan</title>
      <link>http://spreadsheetpage.com/index.php/blog/joes_a_fan/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/joes_a_fan/</guid>
      <dc:subject>Fan Mail</dc:subject>
      <content:encoded><![CDATA[<p>Here's another unsolicited fan mail:</p>
<blockquote>
  
<p>Mr. Walkenbach,<br>
  <br>
  My name is Joe P. I'm a 22 year old college senior. I've been working on a 
  co-op for about a year with a local company in Quality Assurance. When I 
  started, the demands of the job went beyond my capabilities: they needed 
  someone who could write Excel macros, and a lot of them. Determined to fulfill 
  the role, I went to Barnes and Noble and picked up "Excel VBA Programming for 
  Dummies."<br>
  <br>
  That was about 9 months ago. Since then, I've learned the amazing things Excel 
  can do thanks to your easy to follow guide. Not only has it expanded my 
  capacity at work, but I've taken my Excel VBA skills and like to make fun 
  spreadsheets in my spare time. I spent about 4 or 5 months writing a program 
  that plays and analyzes the game of Craps in a little over 1 MB.<br>
  <br>
  My time on co-op is almost up. When I leave, I plan to start up a consulting 
  firm. I'm going to contract my services at building spreadsheets to small 
  businesses in the area. Excel programming has become one of my favorite things 
  to do, and I'm hoping I can find a market for my skills... I can't imagine a 
  better way to make a living. <br>
  <br>
  So I just wanted to send you a sincere thank you for writing your book, and 
  wanted to let you know, I've put the information to great use, both 
  professionally and personally.</p>
</blockquote>

<p>Thanks for the kind words, Joe. When I started reading your email, I just 
assumed that the book you used was <i>Excel Power Programming</i>. Glad to hear 
that the For Dummies book also works.</p>]]></content:encoded>
      <dc:date>2010-02-14T22:42:26+00:00</dc:date>
    </item>

    <item>
      <title>Chess Game Viewer</title>
      <link>http://spreadsheetpage.com/index.php/blog/chess_game_viewer/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/chess_game_viewer/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>This is one of the most creative Excel apps I've ever seen. Created by 
Daniel Ferry, At <i>Excel Hero</i>:
  <a href="http://www.excelhero.com/blog/2010/02/excel-2007-chess-game-viewer.html">
Excel 2007 Chess Game Viewer</a>.</p>
<blockquote>
  

<p><img border="0" src="http://spreadsheetpage.com/graphics/blog/chessgameviewer.png" width="408" height="329"></p>
</blockquote>


<p>It uses no macros. Unprotect the worksheet and try to figure out how it work. 
Some hints:</p>
<ul>
  <li><i>Dynamic Charting with No VBA </i></li>
  <li><i>Combination of XY (Scatter) and Stacked Column chart types </i></li>
  <li><i>Marker Fill with picture files. </i></li>
  <li><i>Conditional Chart Formatting for chessboard style </i></li>
  <li><i>No IF() functions. Not even one. REPT() and boolean logic as 
  alternative to IF() INDEX/MATCH</i></li>
</ul>]]></content:encoded>
      <dc:date>2010-02-14T16:47:33+00:00</dc:date>
    </item>

    <item>
      <title>Your Most Recent Excel Task?</title>
      <link>http://spreadsheetpage.com/index.php/blog/your_most_recent_excel_task/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/your_most_recent_excel_task/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>Just out of curiosity... post a comment and tell us about the <b>last time</b> 
you used Excel. How long ago was it, and what exactly did you do?</p>

<p>In my 
case, I used Excel about two hours ago to double-check a file that will be 
included on the CD that comes with my <i>Excel 2010 Formulas</i> book. The tech 
editor, Niek Otten, noticed a discrepancy between the text and a figure. So I 
had to check it. Niek's really good at tech editing books. I'm often amazed at 
the stuff he points out. Too bad it's such a low-paying job.</p>

<p>Before that, 
I received a PUP v7 upgrade request, and checked my PUP sales workbook to ensure 
that the person was eligible for an upgrade. She was. Yes, those upgrade 
requests are checked manually. Low-tech, but that's the best I can do.</p>

<p>So what's the last thing <i>you</i> did with Excel?</p>]]></content:encoded>
      <dc:date>2010-02-12T02:16:46+00:00</dc:date>
    </item>

    <item>
      <title>Spreadsheet Cartoon</title>
      <link>http://spreadsheetpage.com/index.php/blog/spreadsheet_cartoon/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/spreadsheet_cartoon/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>A person who asked to remain anonymous sent me
 <a href="http://comics.com/working_daze/2008-02-11/">this cartoon</a>.</p>
<blockquote>
  
<p><img border="0" src="http://spreadsheetpage.com/graphics/blog/workingDaze.gif" width="300" height="377"></p>
</blockquote>

<p>He suggested that "Jay" is short for J-Walk, and the cartoon is actually 
about me. It's unlikely because I have a different hairstyle, I don't have a 
briefcase, and I don't make house calls.</p>
<p>I wasn't familiar with
 <a href="http://comics.com/working_daze/">Working Daze</a>. I read some more, 
and Jay is a regular character in the strip, which has been around since at 
least 2001. </p>]]></content:encoded>
      <dc:date>2010-02-03T17:53:58+00:00</dc:date>
    </item>

    <item>
      <title>Annoying Window Behavior</title>
      <link>http://spreadsheetpage.com/index.php/blog/annoying_window_behavior/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/annoying_window_behavior/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>You know what's annoying about Excel? </p>
<p>Assume that you have the VB 
Editor window open. You click Excel' minimize button to minimize the app to get 
it out of the way. Then you see the VB Editor window, and realize that there's 
no need for it to be open. So you close it -- and Excel's window 
pops back up!</p>
<p>Yeah, as far as annoyances go, it's a minor thing. 
But it's been going on since Excel 5. With every new version, I keep hoping it 
will be fixed, but it never is. I can't think of a single reason why closing the 
VB Editor window should restore Excel's window.</p>
<p>What little Excel quirks do you find annoying?</p>]]></content:encoded>
      <dc:date>2010-02-03T17:37:49+00:00</dc:date>
    </item>

    <item>
      <title>44 Excel Blogs</title>
      <link>http://spreadsheetpage.com/index.php/blog/44_excel_blogs/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/44_excel_blogs/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>According to my count, there are now 44 English language blogs that deal with 
Excel. You can view the list, and see the latest posts here:
 <a href="http://spreadsheetpage.com/index.php/excelfeeds">Excel Blog Headlines</a>.</p>
<p>
I also provide an OPML file that you can download. </p>
<p><b>What's an OPML 
file?</b> </p>
<p>It's an XML file that contains feed details, and can be 
imported by most RSS aggregators. The net effect is that you can subscribe to 
all of these Excel blogs with just a few mouse clicks.</p>
<p><b>What's a RSS 
aggregator?</b> </p>
<p>It's software that makes it very easy to keep up with 
dozens (or hundreds) of blogs. If you don't use an RSS aggregator, you really 
should. My favorite is  <a href="http://www.google.com/reader">Google Reader</a>, 
a web-based aggregator (requires an account with Google). </p>
<p>To import these 
44 Excel blog feeds (plus 20 additional feeds for the blogs that provide a 
comments feed) into Google Reader, first download the
 <a href="http://spreadsheetpage.com/index.php/excelblogfeeds.opml">OPML file</a>. 
Then navigate to Google Reader choose <i>Manage Your Subscriptions</i>, and then
<i>Import/Export</i>. Browse for the OPML file, and the subscriptions will be 
added. Other RSS aggregators provide the same functionality.</p>]]></content:encoded>
      <dc:date>2010-01-30T18:26:05+00:00</dc:date>
    </item>

    <item>
      <title>Microsoft Office Is Obsolete?</title>
      <link>http://spreadsheetpage.com/index.php/blog/microsoft_office_is_obsolete/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/microsoft_office_is_obsolete/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>Somebody named Joe Wilcox declares:
  <a href="http://www.betanews.com/joewilcox/article/Microsoft-Office-is-obsolete-or-soon-will-be/1264358032">
Microsoft Office is obsolete, or soon will be</a>.</p>
<blockquote>  

<p>
  <img border="0" src="http://spreadsheetpage.com/graphics/blog/joewilcox_small.jpg" align="right" width="233" height="40">This 
  month's Office 2010 retail pricing announcement and ongoing discounts for 
  Office 2007 Home and Student are Microsoft's tacit acknowledgment that the 
  productivity suite isn't as valuable as it once was. Office is tracking a 
  course of unplanned obsolescence and the inevitable end shared by oh-so many 
  other products: Commoditization.</p>
</blockquote>


<p>Or, maybe lower prices can be explained by competition.</p>
<blockquote>
  

<p>I'll ask upfront: Do you really need Microsoft Office on a daily basis? Is 
  Office vital to your work day? Do you use it at home? If you use it at work, 
  how often? If you use it at home or for college, how often? Please respond in 
  comments. </p>
  

<p>My answers are easy. I don't use Office at all.</p>
</blockquote>


<p>Well then, I guess we can conclude that <i>nobody</i> uses it.</p>


<p>And then, he asks another stupid question:</p>
<blockquote>
  

<p>Word processing reached commodity status years ago, as more applications 
  incorporated the basic formatting features most people use more than 90 
  percent of the time. No external wordprocessing program is required to blog, 
  e-mail, instant message, tweet or post to social networks like Facebook. Be 
  honest, how much of the writing you regularly do requires a dedicated 
  wordprocessor?</p>
</blockquote>

<p>That's right, Joe. Everybody's writing is limited to 140-character 
tweets.</p>


<p>And the he moves on to Excel:</p>
<blockquote>
  

<p>What is Excel or any spreadsheet really necessary for? Sure, lots of 
  business people use spreadsheets for data analysis, but what is the need for 
  consumers or even small business owners? Many financial products or services, 
  like Quicken or Quickbooks, put a friendly face on spreadsheets;</p>
</blockquote>


<p>And people actually take this guy seriously?]]></content:encoded>
      <dc:date>2010-01-27T16:19:36+00:00</dc:date>
    </item>

    <item>
      <title>Excel Version Poll</title>
      <link>http://spreadsheetpage.com/index.php/blog/excel_version_poll/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/excel_version_poll/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>This is mainly a test to see if PollDaddy polls work with my blog software.</p>
<div style="margin-left:20px">
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/2599477.js"></script><noscript>
<a href="http://answers.polldaddy.com/poll/2599477/">Which version of Excel do you use most often?</a><span style="font-size:9px;">(<a href="http://answers.polldaddy.com">answers</a>)</span>
</noscript>
</div>]]></content:encoded>
      <dc:date>2010-01-27T00:08:22+00:00</dc:date>
    </item>

    <item>
      <title>Analyzing Free Money With A Pivot Table</title>
      <link>http://spreadsheetpage.com/index.php/blog/analyzing_free_money_with_a_pivot_table/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/analyzing_free_money_with_a_pivot_table/</guid>
      <dc:subject>What&#39;s New?</dc:subject>
      <content:encoded><![CDATA[<p>I've been an Amazon Affiliate for many years. When I link to an item at 
amazon.com, I include my affiliate ID in the URL. Then, if anyone buys 
something, I get a piece of the action. For example, all
 <a href="http://spreadsheetpage.com/index.php/books">my books</a> have links to 
Amazon. Plus, I usually use my Amazon ID when I link to items from my
 <a href="http://j-walkblog.com/">other blog</a> (that accounts for most of the 
non-book items).</p>
<p>Today I ran an Amazon report for the year 2009. It shows 
every sale made with my affiliate ID, with all of the backup data (except 
information about the buyer). It occurred to me that the report is a perfect 
candidate for a pivot table. So I imported it into Excel and create a few pivot 
tables. I made it available as a download, for people who want to learn pivot 
tables, but don't have access to a good set of data to play around with. See:
 <a href="http://spreadsheetpage.com/index.php/file/pivot_table_demo_workbook">
Pivot Table Demo Workbook</a>.</p>
<p>If you're curious, my total Amazon 
affiliate income for last year was $2,524.84. That's almost $7 per day! Some 
people make a living from it, but I just view it as free money that pays my Web 
hosting bills. Here are the top items sold via my links:</p>
<blockquote>
  
<p><img border="0" src="http://spreadsheetpage.com/graphics/blog/amazon2009items.png" width="466" height="310"></p>
</blockquote>]]></content:encoded>
      <dc:date>2010-01-25T01:38:29+00:00</dc:date>
    </item>

    <item>
      <title>Blogs As Range References</title>
      <link>http://spreadsheetpage.com/index.php/blog/blogs_as_range_references/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/blogs_as_range_references/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>When column references go up to XFD, you can spell things in formulas. Here 
are a few Excel blogs, spelled out in valid Excel 2007 formulas:</p>
<pre>=SUM(DAI:LYD,OS:EOF,EX:CEL)</pre>
<pre>=SUM(CON:TEX,TU:RES,BL:OG)</pre>
<pre>=SUM(BA:CON,BI:TS)</pre>
<pre>=SUM(NEW:TON,EX:CEL,BA:CH)</pre>
<pre>=SUM(PT:SB,L:OG)</pre>
<pre>=SUM(S:PR,E:AD,SH:EET,P:AGE,BL:OG)</pre>

<p>Challenge: Write a macro that accepts a text string, and creates formulas 
like these automatically.]]></content:encoded>
      <dc:date>2010-01-24T15:45:44+00:00</dc:date>
    </item>

    <item>
      <title>Attention 64&#45;Bit Excel 2010 Users</title>
      <link>http://spreadsheetpage.com/index.php/blog/attention_64_bit_excel_2010_users/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/attention_64_bit_excel_2010_users/</guid>
      <dc:subject>PUP</dc:subject>
      <content:encoded><![CDATA[<p>I've been working on PUP v7.1, and it's almost ready to go. I've tested it on 
Excl 2007, 32-bit Excel 2010 Beta (running on Vista), and 64-bit Excel 2010 Beta 
(running on Windows 7).</p>
<p>Before I release it to the world, I'd like a few 
other 64-bit Excel users to try it out. If you're interested, send me an email 
at walkenbach (at) gmail.com.</p>]]></content:encoded>
      <dc:date>2010-01-21T18:18:46+00:00</dc:date>
    </item>

    <item>
      <title>Detect And Repair</title>
      <link>http://spreadsheetpage.com/index.php/blog/detect_and_repair/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/detect_and_repair/</guid>
      <dc:subject>General</dc:subject>
      <content:encoded><![CDATA[<p>Office 2003 (I think) introduced a feature on the Help menu called "Detect 
and Repair." If an Office app is not working correctly, this command will try to 
fix it. I've recommended it to several people, and in just about every case it 
worked.</p>
<p>In Office 2007, the command is available in the Resources tab of 
the Excel Options dialog box.</p>
<p>Apparently, this useful tool has been 
removed from Office 2010. I could not find a command or button to diagnose 
problems. But I did find this in the Help system:</p>
<blockquote>
  
<p><img border="1" src="http://spreadsheetpage.com/graphics/blog/officedianostics.png" width="396" height="407"></p>
</blockquote>

<p>Maybe it's just a joke, added by a technical writer. </p>]]></content:encoded>
      <dc:date>2010-01-19T15:08:36+00:00</dc:date>
    </item>

    <item>
      <title>New Version Of Bible Is Available</title>
      <link>http://spreadsheetpage.com/index.php/blog/new_version_of_bible_is_available/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/new_version_of_bible_is_available/</guid>
      <dc:subject>What&#39;s New?</dc:subject>
      <content:encoded><![CDATA[<p>About four years ago, I found a text file with the complete King James 
Version of the Bible. I wrote a few macros and dumped it all into an Excel 
workbook. Each book is on a separate worksheet, and each verse is in a separate 
cell. Then I added a bunch of stuff, and posted it. A lot of people downloaded 
it.</p>
<p>Today I spent some time and updated it for Excel 2007 and 2010. I 
added a few new features, including a Ribbon Interface.</p>
<blockquote>
  
<p><img border="0" src="http://spreadsheetpage.com/graphics/blog/kjbribbon.png" width="609" height="114"></p>
</blockquote>

<p>If you'd like to take a look, download it here:
 <a href="http://spreadsheetpage.com/index.php/file/king_james_bible/">King James 
Bible</a>.</p>]]></content:encoded>
      <dc:date>2010-01-16T23:06:17+00:00</dc:date>
    </item>

    <item>
      <title>2009 In Review</title>
      <link>http://spreadsheetpage.com/index.php/blog/2009_in_review/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/2009_in_review/</guid>
      <dc:subject>Site News</dc:subject>
      <content:encoded><![CDATA[<p>Dick Kusleika did a
 <a href="http://www.dailydoseofexcel.com/archives/2010/01/12/2009-in-review/">
2009 in Review post</a>, so I'm obligated to imitate him.</p>
<p>Here's an 
overview of the year's stats:</p>
<blockquote>
  
<p><img border="0" src="http://spreadsheetpage.com/graphics/blog/2009visitsummary.png" width="327" height="289"></p>
</blockquote>

<p>The average visitor spends 2 minutes and 18 seconds here, and views 2.82 
pages.</p>
<p>The top countries are: U.S., United Kingdom, Canada, India, 
Australia, Germany, Netherlands, France, and Singapore.</p>
<p>In terms of page 
views, here are the top-10 individual documents at this site for 2009:</p>
<ol>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/spreadsheet_protection_faq1/index.php">
  Spreadsheet Protection FAQ</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/referring_to_ranges_in_your_vba_code/index.php">
  Referring To Ranges In Your VBA Code</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/cell_counting_techniques/index.php">
  Cell Counting Techniques</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/file/employee_time_sheet/index.php">
  Employee Time Sheet</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/a_formula_to_calculate_a_ratio/index.php">
  A Formulas To Calculate A Ratio</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/creating_a_megaformula/index.php">
  Creating A "Megaformula"</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/alternatives_to_nested_if_functions/index.php">
  Alternatives To Nested IF Functions</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/comparing_two_lists_with_conditional_formatting/index.php">
  Comparing Two Lists With Conditional Formatting</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/tip/protecting_cells_sheets_workbooks_and_files/index.php">
  Protecting Cells, Sheets, Workbooks, and Files</a></li>
  <li>
   <a href="http://spreadsheetpage.com/index.php/oddity/excel_easter_eggs/index.php">
  Excel Easter Eggs</a></li>
</ol>

<p>Here's a chart of the number of page views, by day:</p>
<p>
<img border="0" src="http://spreadsheetpage.com/graphics/blog/2009pageviews.png" width="600" height="79"></p>
<p>The 
cyclical dips indicate weekends. That big spike was on August 11-13. Page views 
were about double during that period, and the extra traffic came to view that 
Megaformula page. Oddly, there was no major referrer for those three days, so 
it's possible that the link was in a printed article.</p>
<p>That low point was 
on April 9. Either my site was down most of the day, or Google Analytics was 
down.</p>
<p>Here's a chart that shows traffic by source:</p>
<blockquote>
  
<p><img border="0" src="http://spreadsheetpage.com/graphics/blog/2009trafficsources.png" width="268" height="130"></p>
</blockquote>

<p>Surprisingly, Internet Explorer is still the most popular browser (64%). It's 
followed by Firefox (28%) and Chrome (4%).</p>]]></content:encoded>
      <dc:date>2010-01-14T20:45:08+00:00</dc:date>
    </item>

    <item>
      <title>PUP v7.1 Revisited</title>
      <link>http://spreadsheetpage.com/index.php/blog/pup_v71_revisited/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/pup_v71_revisited/</guid>
      <dc:subject>PUP</dc:subject>
      <content:encoded><![CDATA[<p>About a week ago I made a blog post about updating my PUP v7 add-in so it 
works with 64-bit Excel. See:
 <a href="http://spreadsheetpage.com/index.php/comments/pup_v71_is_coming">PUP 
v7.1 is coming</a>.</p>
<p>I indicated that it would be fairly easy to update the 
code. That was based on some preliminary tests I did using Excel 2007, Excel 
2010 and 64-bit Excel 2010. But I was wrong. Updating the code will require more 
work than I had thought.</p><p>Today I learned something about VBA: 
When you install Office 2010, you get VBA 7. And VBA 7 replaces your previous 
VBA version. I have three versions of Excel installed on my main system (Excel 
2003, Excel 2007, and Excel 2010 Beta). So now, all three of them are running 
VBA 7 (even though the Help - About dialog tells me it's VBA 6.5 in Excel 2003 
and 2007).</p><p>What this means is that my tests led me astray. I 
assumed that I could simply add "PtrSafe" to my API function declarations. That 
solution works (most of the time) only for VBA 7. Earlier versions of VBA don't 
recognize the PtrSafe keyword. So, in order to keep PUP v7 compatible with Excel 
2007 (running VBA 6.5), I'll need to use the <b>vba7</b> and <b>win64</b> 
compiler directives, and provide two sets of API function declarations. It's 
still not incredibly difficult, but it's a lot more work than I thought it would 
be.</p>]]></content:encoded>
      <dc:date>2010-01-12T22:04:31+00:00</dc:date>
    </item>

    <item>
      <title>Fixing Excel&#8217;s Dual Monitor Problem</title>
      <link>http://spreadsheetpage.com/index.php/blog/fixing_excels_dual_monitor_problem/</link>
      <description></description>
      <guid>http://spreadsheetpage.com/index.php/blog/fixing_excels_dual_monitor_problem/</guid>
      <dc:subject>What&#39;s New?, PUP</dc:subject>
      <content:encoded><![CDATA[<p>I posted a tip that solves an annoying problem:
 <a href="http://spreadsheetpage.com/index.php/tip/dual_monitors_and_userforms/">
Dual Monitors and UserForms</a>.</p>
<p>One of the things I'll be doing in PUP 
v7.1 is to add this fix to all of the UserForms.</p>]]></content:encoded>
      <dc:date>2010-01-10T20:26:35+00:00</dc:date>
    </item>

    
    </channel>
</rss>