I have a spreadsheet that reads data from a database using MS Query and the ODBC driver. The data that I am bring in contains a text string in one of the cells that represents product usage over a 12 month period. This text string is laid out in a consistent pattern of 12 block of 10 bytes for a total of 120 bytes. Because of this, the Text to column function works well to spread the data out over different columns so that I can make my pivot charts and pivot tables work. The problem I have with this, is that to make it work, I have to bring in the data in one step, and then work through the process of assigning the information to the "text to columns" in a separate step. I would like to make this easier. It would be great if I didn't have to do anything but open the file at which time the data would be updated, and the text string would be formatted and converted to separate columns, but if that is not possible I would accept a macro or similar that after pressing a button to initiate it, the macro would convert the string to columns.
Anyone have any ideas of how to simplify this process.
Bookmarks