I am trying to find a more time-saving way to download my credit card statements from the web. Presently, I have to download and convert each statement as a .CSV file and then convert it to an .XLSM file before lumping them all into one "annual" file. Here’s what I am hoping can be my situation. (in a perfect world?) Example: Assume I have 4 statement files A (20 rows), B (10 rows), C (15 rows) and D (5 rows) that are on the web as successive monthly statements (I used letters to make it easier for me to try and describe what I was hoping to find. (Emphasis on hoping)

I download A to a file that I will call ALL.csv (on my computer) and I now have the first 20 rows of ALL.csv filled. Then I download B and what I am hoping is that I can simply add it to ALL.csv so that I now have 30 rows in ALL.csv. I then download C and add it to ALL.csv during the download so that ALL.csv now has 45 rows in it. Lastly, I download D to ALL.csv so that ALL.csv now has 50 rows in it. When I am finished with A, B, C, and D (statements), I have a file, ALL.csv with all of the data from A, B, C, and D (statements) and I can then convert the file ALL.csv to a .xlsm file and end up with one file that I can process further.

I am not sure if this is possible unless there is some way to Save each of the statement files on the web to the last line of a previous file. Right now, I can select one of the statement files, e.g., A and download it. During the download process, I have to specify a file name for the download of A as A does not really exist on the web as a .CSV file. It is simply a collection of entries for the statement I am trying to download. The download doesn’t really become a .CSV file until I specify that is the type of download that I want. The process then produces a generic download file that isn’t really named until I Save it to my computer.

I do hope I am making my self clear as the download itself is not really a complex process – explaining it is. So I need to know if what I am hoping to do is possible. Thanks folks.

Ron M