This forum has been a great help so far, I've been able to work my way almost to a completed workbook with your help. Thank you Everyone!
I've managed to get all the info I need to a single sheet, and compacted to rows without extra spaces between them from a long list that had gaps between information. Now to work on outputting that info as a tab delimited .txt file.
I can record a macro and create a button, but it doesn't do what I want cleanly.
First, I need to select page "CS INFO PAGE", then clear the contents of E2:E1300, then I want to Save this page as tab delimited (.txt) file in the same folder the original .xlsb file was opened from with a name that pulls from a different page ("ADDRESS MATRIX"), and cell H4, with "CS Info" added before the .txt portion.
Basically, I want hit a button that runs a VBA Macro to clear E2 to E1300 of any information, then "Save as" the page "CS INFO PAGE" to a .txt file in the same folder as the initial excel file.
I would like to not have to "Save as" the original file later when I want to save all the pages again. So if I just hit the "Save" button at the top of excel, it will continue to save as the original file name and type.
Thank you again for any help!
I've managed to get all the info I need to a single sheet, and compacted to rows without extra spaces between them from a long list that had gaps between information. Now to work on outputting that info as a tab delimited .txt file.
I can record a macro and create a button, but it doesn't do what I want cleanly.
First, I need to select page "CS INFO PAGE", then clear the contents of E2:E1300, then I want to Save this page as tab delimited (.txt) file in the same folder the original .xlsb file was opened from with a name that pulls from a different page ("ADDRESS MATRIX"), and cell H4, with "CS Info" added before the .txt portion.
Basically, I want hit a button that runs a VBA Macro to clear E2 to E1300 of any information, then "Save as" the page "CS INFO PAGE" to a .txt file in the same folder as the initial excel file.
I would like to not have to "Save as" the original file later when I want to save all the pages again. So if I just hit the "Save" button at the top of excel, it will continue to save as the original file name and type.
Thank you again for any help!