Hey all. Still new to VBA's and now message boxes, so this might just be a YesNo question.
Without getting into userforms, can I get a drop down list to show in a normal message box? Possibly what code would i use?
I have searched as much as my patience allows, but to no avail. I do know that one can create a userform, but it seems like a mission compared to a message box.
What I am trying to achieve though, is to have a list of the dates of the year (or maybe just the past and future 2 weeks from the current date would be better) that my end user would be able to click on and it would be added to a heading that would look like this "A SHIFT 26-Feb-2014".
I have the code to input the A SHIFT, but the date might not always be current as these guys don't always create the sheets when they are supposed to. So i want to give them the option to 'back date' the sheets if you may. I then have code taking said heading and naming the sheet, hence the date format.
Don't give me too much hell for being lazy
Without getting into userforms, can I get a drop down list to show in a normal message box? Possibly what code would i use?
I have searched as much as my patience allows, but to no avail. I do know that one can create a userform, but it seems like a mission compared to a message box.
What I am trying to achieve though, is to have a list of the dates of the year (or maybe just the past and future 2 weeks from the current date would be better) that my end user would be able to click on and it would be added to a heading that would look like this "A SHIFT 26-Feb-2014".
I have the code to input the A SHIFT, but the date might not always be current as these guys don't always create the sheets when they are supposed to. So i want to give them the option to 'back date' the sheets if you may. I then have code taking said heading and naming the sheet, hence the date format.
Don't give me too much hell for being lazy