My application is going to run on an enormously slow computer, the end user will
have to save it several times. The idea of saving my entire workbook seems wasteful just to change a last name in one field.
Should I use a second workbook that contains only my data and no macros to make it more efficient? I suppose there are other things I *could* do, like writing to a binary file instead of a worksheet.
have to save it several times. The idea of saving my entire workbook seems wasteful just to change a last name in one field.
Should I use a second workbook that contains only my data and no macros to make it more efficient? I suppose there are other things I *could* do, like writing to a binary file instead of a worksheet.