msquared99
Member
I have this macro that I want the user to be able to select a month to help fill an array. So, when they run the macro it will allow them to select a month from say a dropdown menu.
Here is the line of code that I would like the selection to complete. Relpace March with the user selected month:
Thanks for your help!
Here is the line of code that I would like the selection to complete. Relpace March with the user selected month:
Code:
ColHeads = Array("Client Name", "Service", "Start Date", "Rep", "First Year Comm %", "Residual Commission", "March IC Revenue", "March Commission")
Thanks for your help!