<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   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/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>cogent free knowledge Comments</title>
    <link>http://blog.edogg.com/</link>
    <description>Comments from An online compendium of all things that interest me.</description>
    <dc:language>en</dc:language>
    
    <generator>Serendipity 0.9.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 07 Sep 2010 14:18:09 GMT</pubDate>

    <image>
        <url>http://blog.edogg.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: cogent free knowledge Comments - Comments from An online compendium of all things that interest me.</title>
        <link>http://blog.edogg.com/</link>
        <width>100</width>
        <height>21</height>
    </image>
<item>
    <title>Xue: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Xue)</author>
    <content:encoded>
Thanks so much! Saved us a lot of hair-pulling.    </content:encoded>
                
    <pubDate>Wed, 30 Sep 2009 07:41:10 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c794</guid>
    </item>
<item>
    <title>Anonymous: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Anonymous)</author>
    <content:encoded>
Thanks for the solution, now my office is ok.&lt;br /&gt;
&lt;br /&gt;
I wondered how this option could be changed without my permision&lt;br /&gt;
&lt;br /&gt;
Thaks a lot.    </content:encoded>
                
    <pubDate>Tue, 29 Sep 2009 11:19:19 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c793</guid>
    </item>
<item>
    <title>Joel Clermont: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Joel Clermont)</author>
    <content:encoded>
Thanks for reporting back! Hopefully this will help someone else looking for the complete fix.    </content:encoded>
                
    <pubDate>Fri, 25 Sep 2009 11:48:50 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c792</guid>
    </item>
<item>
    <title>MCBob: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (MCBob)</author>
    <content:encoded>
Final Solution - I finally got this to work exactly how it should... so disregard my prior post.&lt;br /&gt;
&lt;br /&gt;
The problem with the approach I had suggested is that Windows (through the Folder Options dialog) always automatically appended %1 to the &quot;Application used...&quot; field which is totally WRONG because Excel will then try to open the file twice, and since it doesn't add the double quotes around the %1 it will not work for file names that include spaces in them.&lt;br /&gt;
&lt;br /&gt;
I had to go into the Registry Editor (Start &gt;&gt; Run... and type regedit). You will need Administrator rights for this!&lt;br /&gt;
&lt;br /&gt;
Navigate to HKCR\Excel.??????\Shell\Open\&lt;br /&gt;
(where ?????? is one of the file types I'm listing at the bottom)&lt;br /&gt;
&lt;br /&gt;
In the Command key, edit the (Default) value and type:&lt;br /&gt;
&quot;C:\Program Files\Microsoft Office\Office12\EXCEL.EXE&quot; /e /dde&lt;br /&gt;
make sure that this is the path to Excel on your machine (if it's a different drive you can specify it here).&lt;br /&gt;
&lt;br /&gt;
In the ddeexec key, edit the (Default) value and type:&lt;br /&gt;
[open(&quot;%1&quot;)]&lt;br /&gt;
&lt;br /&gt;
Presto! Now repeat it for the rest of the file types that you want to fix, replacing the ?????? above with:&lt;br /&gt;
&lt;br /&gt;
Addin&lt;br /&gt;
AddInMacroEnabled&lt;br /&gt;
Backup&lt;br /&gt;
Chart&lt;br /&gt;
Chart.8&lt;br /&gt;
CSV&lt;br /&gt;
Macrosheet&lt;br /&gt;
OpenDocumentSpreadsheet.12&lt;br /&gt;
Sheet.12&lt;br /&gt;
Sheet.8&lt;br /&gt;
SheetBinaryMacroEnabled.12&lt;br /&gt;
SheetMacroEnabled.12&lt;br /&gt;
Template&lt;br /&gt;
Template.8&lt;br /&gt;
Template.MacroEnabled&lt;br /&gt;
WebQuery&lt;br /&gt;
XLL&lt;br /&gt;
&lt;br /&gt;
I also noticed that for those that I hadn't changed through the File Types dialog, they did have some weird &quot;command&quot; value in the &quot;command&quot; key that had some funky stuff... I'd also recommend deleting these command values (and leaving the (Default) in... I'm almost positive this was creating the original problem in the first place!&lt;br /&gt;
&lt;br /&gt;
Hopefully this works for everyone... I'm interested to hear if anyone sees any issues with this...    </content:encoded>
                
    <pubDate>Fri, 25 Sep 2009 11:45:31 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c791</guid>
    </item>
<item>
    <title>MCBob: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (MCBob)</author>
    <content:encoded>
OK... this is how my settings are and so far it's working&gt;&lt;br /&gt;
&lt;br /&gt;
Application used...&lt;br /&gt;
&quot;C:\Program Files\Microsoft Office\Office12\EXCEL.EXE&quot; /e /dde %1&lt;br /&gt;
&lt;br /&gt;
Use DDE (checked)&lt;br /&gt;
&lt;br /&gt;
DDE Message:&lt;br /&gt;
[open(&quot;%1&quot;)]&lt;br /&gt;
&lt;br /&gt;
Application:&lt;br /&gt;
EXCEL&lt;br /&gt;
&lt;br /&gt;
DDE Application Not Running:&lt;br /&gt;
&lt;empty&gt;&lt;br /&gt;
&lt;br /&gt;
Topic:&lt;br /&gt;
System&lt;br /&gt;
&lt;br /&gt;
I don't remember what the default values were for all this stuff, but hopefully they aren't the same and the original problem doesn't manifest again.    </content:encoded>
                
    <pubDate>Thu, 24 Sep 2009 11:46:29 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c790</guid>
    </item>
<item>
    <title>MCBob: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (MCBob)</author>
    <content:encoded>
There is one problem with this approach.  When you have a spreadsheet open and you double-click another one in Windows Explorer to open it up, it creates a new instance of Excel before it opens the new file.  This creates all sort of problems because you can no longer:&lt;br /&gt;
&lt;br /&gt;
Use the Excel Paste Special... dialog (the common Office-Paste Special... dialog pops up, which does not let you paste values, formulas, etc).&lt;br /&gt;
Move or Copy sheets from one workbook to another.  Since the spreadsheets are opened in different instances of Excel they don't 'see' each other.&lt;br /&gt;
Window management is an issue (which I think I saw a message about this above).  I think I'll change my settings back, or try to find another solution... I'll report back if I find anything.&lt;br /&gt;
&lt;br /&gt;
It's just frustrating that MS wouldn't address this issue already!    </content:encoded>
                
    <pubDate>Thu, 24 Sep 2009 11:17:16 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c789</guid>
    </item>
<item>
    <title>ADAM: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (ADAM)</author>
    <content:encoded>
I LOVE YOU!!!!    </content:encoded>
                
    <pubDate>Thu, 20 Aug 2009 11:29:33 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c783</guid>
    </item>
<item>
    <title>Phyllis: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Phyllis)</author>
    <content:encoded>
THANK YOU!  i changed the .xls extension but it still didn't work.  but then i went back in and changed the .xlsx extension and it worked!&lt;br /&gt;
&lt;br /&gt;
thank you SO MUCH!  you don't know long i've been fighting this!!!!!&lt;br /&gt;
&lt;br /&gt;
and doing the whole &quot;ignore other applications&quot; was the only fix i was finding.&lt;br /&gt;
&lt;br /&gt;
THANK YOU!!!!!!!    </content:encoded>
                
    <pubDate>Mon, 17 Aug 2009 09:01:26 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c782</guid>
    </item>
<item>
    <title>Anil Kumar: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Anil Kumar)</author>
    <content:encoded>
Excellent, It was so simple to fix. I spent hours to solve before your suggestion.    </content:encoded>
                
    <pubDate>Wed,  5 Aug 2009 06:05:27 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c781</guid>
    </item>
<item>
    <title>Ko: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Ko)</author>
    <content:encoded>
THANK YOU!!!    </content:encoded>
                
    <pubDate>Tue,  4 Aug 2009 10:21:35 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c780</guid>
    </item>
<item>
    <title>Msmith: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Msmith)</author>
    <content:encoded>
Just happened to me on this machine after 5 years.  Was sweating because I designed a whole shipping rate tariff program out of shortcuts on my tool bar and hyperlinks connected to folders and e-mails.  Huge time saver and very complex.  Then boom, it just started happening, and you fixed it just how you said too.&lt;br /&gt;
&lt;br /&gt;
Only problem I have now is,  should we be concerned something viral or spywhere changed the setting in the first place?  Anyone heard anything like that?    </content:encoded>
                
    <pubDate>Wed, 29 Jul 2009 16:28:18 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c779</guid>
    </item>
<item>
    <title>Markeh: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Markeh)</author>
    <content:encoded>
The first fix did not work for me: &quot;%1&quot;, but the second one did (uncheck ingore other apps that use DDE).  This created another problem.  I cannot open two Excel sheets and compare them side by side.  I do this a LOT on two big screens attached to my laptop (2x 23&quot;).  It makes it easy to compare data between versions or use one as a reference to another.  To do this the unchecked box must be checked.  Anyone got another way to do this?&lt;br /&gt;
I had it working fine until I got an Excel file from someone who has Vista as their OS.  No idea if there is a connection, but it seems weird that it only went wrong after getting this file.    </content:encoded>
                
    <pubDate>Thu, 23 Jul 2009 14:57:24 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c778</guid>
    </item>
<item>
    <title>: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com ()</author>
    <content:encoded>
Thanks!  This solved my problem today!    </content:encoded>
                
    <pubDate>Mon, 20 Jul 2009 16:35:34 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c777</guid>
    </item>
<item>
    <title>AMIT: Get a command prompt during an XP install</title>
    <link>http://blog.edogg.com/index.php?/archives/26-Get-a-command-prompt-during-an-XP-install.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/26-Get-a-command-prompt-during-an-XP-install.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=26</wfw:comment>
    <author>nospam@example.com (AMIT)</author>
    <content:encoded>
Please Help as soon as posible&lt;br /&gt;
&lt;br /&gt;
I want to run a cmd file after half installation of windows xp sp3&lt;br /&gt;
&lt;br /&gt;
Means = After restarting and loading drivers    </content:encoded>
                
    <pubDate>Tue, 23 Jun 2009 07:43:33 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/26-guid.html#c773</guid>
    </item>
<item>
    <title>Alston: Excel opens, but the file doesn't</title>
    <link>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html</link>
<category></category>    <comments>http://blog.edogg.com/index.php?/archives/7-Excel-opens,-but-the-file-doesnt.html#comments</comments>
    <wfw:comment>http://blog.edogg.com/wfwcomment.php?cid=7</wfw:comment>
    <author>nospam@example.com (Alston)</author>
    <content:encoded>
Hey Thanks a lot the fix was excellent , we need more of you guys around&lt;br /&gt;
God Bless    </content:encoded>
                
    <pubDate>Mon, 22 Jun 2009 17:22:58 -0500</pubDate>
    <guid isPermaLink="false">http://blog.edogg.com/index.php?/archives/7-guid.html#c772</guid>
    </item>
</channel>
</rss>
