• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Add dropdown menu

Gulf290

New Member
Hello,

I have a VBA macro that adds new data based on the desired month. How can I add a dropdown menu question to the user to select the desired month to add in an Excel column?
 
Hello, workarounds :​
  • using a cell for the desired month
  • using an InputBox (as explained with sample in VBA help) …
 
Back
Top