Hey guys I was wondering if I could get some suggestions or opinions on the best way to do this. Currently I have some code written that archives all data from the day's work into another workbook. These workbooks are only used to store old data. I'm thinking about changing the way I'm archiving the data, but not sure if it would be more efficient or more troublesome to change it all up. I'm thinking about using the Print# function to write the data to a txt file, rather than the workbooks. What do you think would be the best way of going about storing the old data? Thanks.