I have a workbook with several sheets and lots of macros. When the workbook is opened, a sub loads some data from a text file into a sheet and allows the user to use this data to fill out and print a form. When the sheet is closed it is not saved (not allowed by my macros), thus the data that was loaded is never saved in the workbook. I know this is the case because I have loaded the workbook without macros and checked the data sheet and it has only one header row with data. The rest of the sheet is blank and the end of the sheet is at row 1 (or 2 I can't remember).
Just for kicks I loaded the sheet into Notepad, and I can see a bunch of the data that is from the text file inside the Excel file. It isn't there when I load the sheet in Excel. How can I get rid of this data? I don't want to recreate the sheets or the workbook because it is set up to work exactly how I want it to. Is there some way to get rid of this extra data?
Just for kicks I loaded the sheet into Notepad, and I can see a bunch of the data that is from the text file inside the Excel file. It isn't there when I load the sheet in Excel. How can I get rid of this data? I don't want to recreate the sheets or the workbook because it is set up to work exactly how I want it to. Is there some way to get rid of this extra data?