We have an excel (2000) sheet used as time sheet to record start and finish times by the use of an excel button. You click the button and it enters in the cell next to it. However it does this by the code selecting the cell ref directly ie B5 = now() etc. And so we have a sheet with stacks of individual macros, the sheet also 31 tabs to cover the days of the mont, all this makes the sheet 2.3meg. I would like to keep the file size small
My question.. is there a way of when clicking the button that the time is entered in the cell to the left of itself? And so we could have many buttons calling on just one macro.
Many thanks