<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CyberNotes: Import QIF Files into Quicken 2008</title>
	<atom:link href="http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/</link>
	<description>Technology News</description>
	<lastBuildDate>Sun, 08 Nov 2009 20:26:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brent</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-149890</link>
		<dc:creator>brent</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-149890</guid>
		<description>I tried import of a Quicken 2002 exported QIF to Wesabe, didn&#039;t work.  Sent an email to them.</description>
		<content:encoded><![CDATA[<p>I tried import of a Quicken 2002 exported QIF to Wesabe, didn&#8217;t work.  Sent an email to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-149865</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 09 Oct 2009 20:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-149865</guid>
		<description>Do you really believe that Intuit-Quicken cares? It appers to me that they are primarily interested in getting you on-line so that they can collect server/service fees and resurect &quot;corrupted files&quot;..at a fee, of course.
I had a billminder go bad on me in Q-2007 and then agaon in q-2009 a couple of years later. They made the same suggestions both times...didn&#039;t work either time. I&#039;m trying to go back to 2006, which is the last working (reasonably well)version I have</description>
		<content:encoded><![CDATA[<p>Do you really believe that Intuit-Quicken cares? It appers to me that they are primarily interested in getting you on-line so that they can collect server/service fees and resurect &#8220;corrupted files&#8221;..at a fee, of course.<br />
I had a billminder go bad on me in Q-2007 and then agaon in q-2009 a couple of years later. They made the same suggestions both times&#8230;didn&#8217;t work either time. I&#8217;m trying to go back to 2006, which is the last working (reasonably well)version I have</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-149457</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-149457</guid>
		<description>I have Quicken 2009 Starter Edition and when I get to step 4, there is no &quot;all accounts&quot; to choose.  The box is empty. 
Any thoughts?

thanks,
john</description>
		<content:encoded><![CDATA[<p>I have Quicken 2009 Starter Edition and when I get to step 4, there is no &#8220;all accounts&#8221; to choose.  The box is empty.<br />
Any thoughts?</p>
<p>thanks,<br />
john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Lourie</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-149283</link>
		<dc:creator>Matt Lourie</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-149283</guid>
		<description>Very helpful.  I was thinking of switching to Microsoft Money, but that product has been discontinued.  This work around of yours addresses one major issue I had with Quicken.</description>
		<content:encoded><![CDATA[<p>Very helpful.  I was thinking of switching to Microsoft Money, but that product has been discontinued.  This work around of yours addresses one major issue I had with Quicken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ratti3</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-148163</link>
		<dc:creator>Ratti3</dc:creator>
		<pubDate>Tue, 16 Jun 2009 14:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-148163</guid>
		<description>Here is the updated version, a bit more robust with easier to change options. Tested with Quicken 2009:

&#039;Path to you QIF file
strFileName = &quot;C:\somepath\file.qif&quot;

&#039;Old text to find and replace
strOldText = &quot;!Type:Bank&quot;

&#039;Amend depending on your QIF file
strLine1 = &quot;!Option:AutoSwitch&quot;
strLine2 = &quot;!Account&quot;
strLine3 = &quot;NBarclays&quot;
strLine4 = &quot;TChecking&quot;
strLine5 = &quot;^&quot;
strLine6 = &quot;!Type:Checking&quot;

&#039;Set to Yes to open QIF file after conversion or No
strOpenFile = &quot;Yes&quot;

&#039;No more configuration options here

Set objFSO = CreateObject(&quot;Scripting.FileSystemObject&quot;)
Set objFile = objFSO.OpenTextFile(strFileName, 1)

strQIF = strLine1 &amp; VbCrLf &amp; strLine2 &amp; VbCrLf &amp; strLine3 &amp; VbCrLf _
&amp; strLine4 &amp; VbCrLf &amp; strLine5 &amp; VbCrLf &amp; strLine6
strNewText = strQIF

strText = objFile.ReadAll

objFile.Close

strFound=InStr(1,strText,strOldText,0)

	If strFound = &quot;1&quot; Then

		strNewText = Replace(strText, strOldText, strNewText)

		Set objFile = objFSO.OpenTextFile(strFileName, 2)
		objFile.WriteLine strNewText
		objFile.Close

		MsgBox strFileName &amp; VbCrLf &amp; VbCrLf &amp; &quot;Was successfully updated with the following:&quot; &amp; _
		VbCrLf &amp; VbCrLf &amp; strQIF,64,&quot;Yeeeeehaaaaa!&quot;

		If strOpenFile = &quot;Yes&quot; Then
			Set WshShell = CreateObject(&quot;WScript.Shell&quot;)
			WshShell.Run &quot;&quot;&quot;%Windir%\notepad.exe&quot;&quot;&quot; &amp; strFileName, 1
			Set WshShell = Nothing
		End If

	Else

		MsgBox strOldText &amp; VbCrLf &amp; VbCrLf &amp; &quot;Was not found in:&quot; &amp; _
		VbCrLf &amp; VbCrLf &amp; strFileName,16,&quot;Oh Noes!&quot;

	End If</description>
		<content:encoded><![CDATA[<p>Here is the updated version, a bit more robust with easier to change options. Tested with Quicken 2009:</p>
<p>&#8216;Path to you QIF file<br />
strFileName = &#8220;C:\somepath\file.qif&#8221;</p>
<p>&#8216;Old text to find and replace<br />
strOldText = &#8220;!Type:Bank&#8221;</p>
<p>&#8216;Amend depending on your QIF file<br />
strLine1 = &#8220;!Option:AutoSwitch&#8221;<br />
strLine2 = &#8220;!Account&#8221;<br />
strLine3 = &#8220;NBarclays&#8221;<br />
strLine4 = &#8220;TChecking&#8221;<br />
strLine5 = &#8220;^&#8221;<br />
strLine6 = &#8220;!Type:Checking&#8221;</p>
<p>&#8216;Set to Yes to open QIF file after conversion or No<br />
strOpenFile = &#8220;Yes&#8221;</p>
<p>&#8216;No more configuration options here</p>
<p>Set objFSO = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)<br />
Set objFile = objFSO.OpenTextFile(strFileName, 1)</p>
<p>strQIF = strLine1 &amp; VbCrLf &amp; strLine2 &amp; VbCrLf &amp; strLine3 &amp; VbCrLf _<br />
&amp; strLine4 &amp; VbCrLf &amp; strLine5 &amp; VbCrLf &amp; strLine6<br />
strNewText = strQIF</p>
<p>strText = objFile.ReadAll</p>
<p>objFile.Close</p>
<p>strFound=InStr(1,strText,strOldText,0)</p>
<p>	If strFound = &#8220;1&#8243; Then</p>
<p>		strNewText = Replace(strText, strOldText, strNewText)</p>
<p>		Set objFile = objFSO.OpenTextFile(strFileName, 2)<br />
		objFile.WriteLine strNewText<br />
		objFile.Close</p>
<p>		MsgBox strFileName &amp; VbCrLf &amp; VbCrLf &amp; &#8220;Was successfully updated with the following:&#8221; &amp; _<br />
		VbCrLf &amp; VbCrLf &amp; strQIF,64,&#8221;Yeeeeehaaaaa!&#8221;</p>
<p>		If strOpenFile = &#8220;Yes&#8221; Then<br />
			Set WshShell = CreateObject(&#8221;WScript.Shell&#8221;)<br />
			WshShell.Run &#8220;&#8221;"%Windir%\notepad.exe&#8221;"&#8221; &amp; strFileName, 1<br />
			Set WshShell = Nothing<br />
		End If</p>
<p>	Else</p>
<p>		MsgBox strOldText &amp; VbCrLf &amp; VbCrLf &amp; &#8220;Was not found in:&#8221; &amp; _<br />
		VbCrLf &amp; VbCrLf &amp; strFileName,16,&#8221;Oh Noes!&#8221;</p>
<p>	End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ratti3</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-147849</link>
		<dc:creator>Ratti3</dc:creator>
		<pubDate>Sun, 17 May 2009 18:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-147849</guid>
		<description>If this helps anyone you can use this VBS script to quiclky modify the QIF file everytime you export using EXCEL to QIF addon.

&#039;Change to path of QIF file to convert
strFileName = &quot;C:\Path to QIF File\file.qif&quot;
&#039;Change to your account name
strAccount = &quot;NBarclays&quot;
&#039;Change to whatever currently appears in the top of the QIF file
strOldText = &quot;!Bank&quot;

Set objFSO = CreateObject(&quot;Scripting.FileSystemObject&quot;)
Set objFile = objFSO.OpenTextFile(strFileName, 1)

strQIF = &quot;!Option:AutoSwitch&quot; &amp; VbCrLf &amp; &quot;!Account&quot; &amp; VbCrLf &amp; strAccount &amp; VbCrLf _
&amp; &quot;TChecking&quot; &amp; VbCrLf &amp; &quot;^&quot; &amp; VbCrLf &amp; &quot;!Type:Checking&quot;
strNewText = strQIF

strText = objFile.ReadAll

objFile.Close
strNewText = Replace(strText, strOldText, strNewText)

Set objFile = objFSO.OpenTextFile(strFileName, 2)
objFile.WriteLine strNewText
objFile.Close

msgbox strFileName &amp; VbCrLf &amp; VbCrLf &amp; &quot;Was successfully updated with the following:&quot; &amp; _
VbCrLf &amp; VbCrLf &amp; strQIF</description>
		<content:encoded><![CDATA[<p>If this helps anyone you can use this VBS script to quiclky modify the QIF file everytime you export using EXCEL to QIF addon.</p>
<p>&#8216;Change to path of QIF file to convert<br />
strFileName = &#8220;C:\Path to QIF File\file.qif&#8221;<br />
&#8216;Change to your account name<br />
strAccount = &#8220;NBarclays&#8221;<br />
&#8216;Change to whatever currently appears in the top of the QIF file<br />
strOldText = &#8220;!Bank&#8221;</p>
<p>Set objFSO = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)<br />
Set objFile = objFSO.OpenTextFile(strFileName, 1)</p>
<p>strQIF = &#8220;!Option:AutoSwitch&#8221; &amp; VbCrLf &amp; &#8220;!Account&#8221; &amp; VbCrLf &amp; strAccount &amp; VbCrLf _<br />
&amp; &#8220;TChecking&#8221; &amp; VbCrLf &amp; &#8220;^&#8221; &amp; VbCrLf &amp; &#8220;!Type:Checking&#8221;<br />
strNewText = strQIF</p>
<p>strText = objFile.ReadAll</p>
<p>objFile.Close<br />
strNewText = Replace(strText, strOldText, strNewText)</p>
<p>Set objFile = objFSO.OpenTextFile(strFileName, 2)<br />
objFile.WriteLine strNewText<br />
objFile.Close</p>
<p>msgbox strFileName &amp; VbCrLf &amp; VbCrLf &amp; &#8220;Was successfully updated with the following:&#8221; &amp; _<br />
VbCrLf &amp; VbCrLf &amp; strQIF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-147526</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 19 Apr 2009 01:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-147526</guid>
		<description>This is very interesting information. After using quicken for 5 years I switched to Microsoft Money 2 years ago because of the QIF import issue, I would go back to quicken in a heart beat if my bank &amp; quicken could solve this problem. I was angry then &amp; I&#039;m still irritated over Intuits&#039; policies on this.</description>
		<content:encoded><![CDATA[<p>This is very interesting information. After using quicken for 5 years I switched to Microsoft Money 2 years ago because of the QIF import issue, I would go back to quicken in a heart beat if my bank &amp; quicken could solve this problem. I was angry then &amp; I&#8217;m still irritated over Intuits&#8217; policies on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-147407</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 05 Apr 2009 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-147407</guid>
		<description>Great work-around that has convinced me to upgrade from 2004 to 2009 (Quicken user since 1992).  I just downloaded xl2qif and it doesn&#039;t seem to handle splits.  Also, it appears from the xl2qif input panel that only one tier of sub-category can be processed.  Another conversion product (from Big Red Consulting) appears to handle both of the aforementioned issues quite well, but costs $49 (too much, in my opinion, especially since Quicken Premiere 2009 currently sells for $60).  Does anybody know of a less expensive product that works as well as the BRC add-on?  Thanks...</description>
		<content:encoded><![CDATA[<p>Great work-around that has convinced me to upgrade from 2004 to 2009 (Quicken user since 1992).  I just downloaded xl2qif and it doesn&#8217;t seem to handle splits.  Also, it appears from the xl2qif input panel that only one tier of sub-category can be processed.  Another conversion product (from Big Red Consulting) appears to handle both of the aforementioned issues quite well, but costs $49 (too much, in my opinion, especially since Quicken Premiere 2009 currently sells for $60).  Does anybody know of a less expensive product that works as well as the BRC add-on?  Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-147237</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 23 Mar 2009 02:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-147237</guid>
		<description>Thank you so much for your tip.  I had this issue with several banking centers that only offered the QIf format.  This also worked well for importing PAYPAL data.  Hopefully Quicken/Intuit and the banks will get their act together and make everything work easier.  

Hey Intuit - don&#039;t discontinue something before the new format has been widely adopted - it might &#039;force&#039; the banks to change, but it also leaves your customers &#039;forced&#039; to waste time looking for solutions and possibly other software.</description>
		<content:encoded><![CDATA[<p>Thank you so much for your tip.  I had this issue with several banking centers that only offered the QIf format.  This also worked well for importing PAYPAL data.  Hopefully Quicken/Intuit and the banks will get their act together and make everything work easier.  </p>
<p>Hey Intuit &#8211; don&#8217;t discontinue something before the new format has been widely adopted &#8211; it might &#8216;force&#8217; the banks to change, but it also leaves your customers &#8216;forced&#8217; to waste time looking for solutions and possibly other software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gábor</title>
		<link>http://cybernetnews.com/cybernotes-import-qif-files-into-quicken-2008/comment-page-1/#comment-147016</link>
		<dc:creator>Gábor</dc:creator>
		<pubDate>Fri, 27 Feb 2009 06:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/2007/11/01/cybernotes-import-qif-files-into-quicken-2008/#comment-147016</guid>
		<description>gid - I have the same version. 
You may not have read the article carefully. It describes a workaround for that very problem. With it you can import into those accounts.
If you look at the screenshot at step 4 that is exactly what the dialog displays under the question &quot;Don&#039;t see your account?&quot;

Good luck.</description>
		<content:encoded><![CDATA[<p>gid &#8211; I have the same version.<br />
You may not have read the article carefully. It describes a workaround for that very problem. With it you can import into those accounts.<br />
If you look at the screenshot at step 4 that is exactly what the dialog displays under the question &#8220;Don&#8217;t see your account?&#8221;</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
