Beta Test Team
New Member
- Joined
- Sep 7, 2014
- Messages
- 9
Hi forum, this is a great place! So far all of our questions have been answered here from searching your site without even having to register to post - impressive . But now we're stuck. It's likely so simple advanced Excel users don't think twice about it: how to use the VBA code one can find on the Interents from the worksheet?
Here's what we want to do, but please suggest other options if this is not smart. Excel 2013 here. Thus far the workbook as no VBA:
- Use a function (IF?) combined with VBA to clear specific user input cells when a specific cell lists text (Y/N), on the same worksheet. So for example, cell A1, A2, and A4 are all cleared when cell A10 prints the text "Y."
- Can this be done without VBA? (I'm pretty sure not.)
- Otherwise, we have found VBA for this purpose but all the solutions we find lack enough context to enable us to use them.
- Bonus points if there's a method to use a click-able button, so a user clicks the button and the cells are cleared.
Here's what we want to do, but please suggest other options if this is not smart. Excel 2013 here. Thus far the workbook as no VBA:
- Use a function (IF?) combined with VBA to clear specific user input cells when a specific cell lists text (Y/N), on the same worksheet. So for example, cell A1, A2, and A4 are all cleared when cell A10 prints the text "Y."
- Can this be done without VBA? (I'm pretty sure not.)
- Otherwise, we have found VBA for this purpose but all the solutions we find lack enough context to enable us to use them.
- Bonus points if there's a method to use a click-able button, so a user clicks the button and the cells are cleared.