I have a column with dates. I have designed a macro that takes the last value in the column and puts the date of the next day in the cell below, and continues this way until the date of "today" is reached. The column is in "sheet1", "column H". If I create a control button in "sheet1" the code will execute quickly. However, I want the control button in "sheet2". When I do this, Excel takes forever to execute the code and eventually freezes.
A spreadsheet showing an example of the problem is attached. The general code of the macro is
Any suggestions on how I can avoid this, but still have the control button in "sheet2"?
Bookmarks