Hey guys,
I am trying to use an input box to help determine a variable in my vba code. For example, I want an inbox to pop up and ask what month is it (1-12)? If they answer 1, then the month used for the code will be January and so on. Below is the code I have currently. Is what I want to do...