Maybe I need to explain further since there haven't been any replies...
I set up a simple spreadsheet to use as an employee schedule. For every employee, I have 7 rows (Sun thru Sat) and the hours of the day as columns. I want to have a column in front of every day to blank out any hours if a person is going to be off. I inserted a "Vacation" button to run a macro to delete the cells to the right of the button (deleting any filled in hours). My macro simply deletes the data in the cells, but if my active cell is not the first hour cell, my macro will just delete data wherever my active cell happens to be. How do I tell my macro to make the cell just to the right of the "Vacation" button the active cell before deleting the data? Right now, the only thing I know to do is make a macro for each person for each day that specifies that days cells...this means several dozen macros!
Please help, I know there is any easy answer.