StuSharpe said: Thank you very much for your replies! The image below is the way my screen appears for an Account I have highlighted in the All Transactions: Banking column. I was thinking of a report with columns and rows that look like that. By the way, Mr. Squirrels suggestions work for a report to print. When I paste this report into an Excel spreadsheet, all of the columns become squashed into a single column. It seems like what I need is this "report" that can be copied to the Clipboard or exported to an Excel file, similar to what you can do with Quicken reports.
Jim_Harman said: When you print a register using Ctrl-P or File > Print, one of the options is Export. The secret for getting a usable version in Excel is to choose the ".PRN (123-Compatible)" option, which actually produces a CSV format file.If you then give the exported file a .CSV extension, you should be able to open the file in Excel without going through Excel's text file import wizard and the columns will line up properly.
Chris_QPW said: Jim_Harman said: When you print a register using Ctrl-P or File > Print, one of the options is Export. The secret for getting a usable version in Excel is to choose the ".PRN (123-Compatible)" option, which actually produces a CSV format file.If you then give the exported file a .CSV extension, you should be able to open the file in Excel without going through Excel's text file import wizard and the columns will line up properly. I really wish that Quicken Inc would change that entry to a .CSV type or add a new one so that it isn't a "secret".
Sherlock said: Sounds like there should be an idea submitted for export of in CSV format?
Sherlock said:I've wondered about the appropriate handling of embedded commas in the PRN format perhaps not being escaped consistent with CSV format.
Chris_QPW said: Sherlock said: Sounds like there should be an idea submitted for export of in CSV format? There have been several times over the years, but never any action on Intuit's/Quicken Inc's part.I happen to know that this would be a really simple code change, but...
Jim_Harman said: CSV files do not have a standardized format but normally the way to embed commas in the data is to enclose the field in double quotes:123 Main St.,"Your Town, State"is the two fields 123 Main St. and Your Town, Stateseehttps://en.wikipedia.org/wiki/Comma-separated_values
Chris_QPW said: Chris_QPW said: Sherlock said: Sounds like there should be an idea submitted for export of in CSV format? There have been several times over the years, but never any action on Intuit's/Quicken Inc's part.I happen to know that this would be a really simple code change, but... BTW when they put in the exporting directly to Excel format I "strongly" pointed out here and in the forum and in the betas that they should fix this, but all I got was silence on the subject.
Chris_QPW said: Microsoft didn't create the .PRN format this is referring to. It is from Lotus, as in Lotus 1-2-3. Even though they didn't call it CSV, that is in fact what it is. And since that program no longer exist there is zero chance it will change. And in fact it shouldn't even be in Quicken with that suffix/name since no one uses Lotus 1-2-3 any more.
Sherlock said:As I said, it's possible Quicken's implementation of PRN is CSV compliant but it's also possible it's not.