G Gulf290 New Member Dec 6, 2023 #1 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, 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?
Marc L Excel Ninja Dec 6, 2023 #2 Hello, workarounds : using a cell for the desired month using an InputBox (as explained with sample in VBA help) …
Hello, workarounds : using a cell for the desired month using an InputBox (as explained with sample in VBA help) …
G Gulf290 New Member Dec 6, 2023 #3 Marc L said: Hello, workarounds : using a cell for the desired month using an InputBox (as explained with sample in VBA help) … Click to expand... Hello Marc, Great, thank you and will give it a try.
Marc L said: Hello, workarounds : using a cell for the desired month using an InputBox (as explained with sample in VBA help) … Click to expand... Hello Marc, Great, thank you and will give it a try.