Are you looking for a macro to select the date? Recently I was looking for some type of calendar or built-in dialog box that would enable a user to select the date which I would then feed into my macro. I saw one option but that looked too involved for my purposes so I wrote my own function. Continue reading
Tag Archives: Data validation
Restrict Values in a Cell
You can restrict values in a cell by applying Data Validation. You can also add a message when they select the cell and another message if they enter data that doesn’t match your criteria. Continue reading