Is it possible to force users to make a valid entry in three different cells before a button with an assigned macro is visible or clickable?
For example, I want them to complete cells A5, B5 & C5. The first is a dept. code which can only be numeric (01 - 08). The second is the month (01 - 12). And the third would correspond to the year (2000 - maybe 2020?).
I have the workbook set to go to A5 on open and don't want them to leave A5 until a valid dept. code is entered. Then make it go to B5, etc. Once all three are complete and valid, I want the command button to be visible/clickable.
For example, I want them to complete cells A5, B5 & C5. The first is a dept. code which can only be numeric (01 - 08). The second is the month (01 - 12). And the third would correspond to the year (2000 - maybe 2020?).
I have the workbook set to go to A5 on open and don't want them to leave A5 until a valid dept. code is entered. Then make it go to B5, etc. Once all three are complete and valid, I want the command button to be visible/clickable.