Forum

PaulF
@paul_f
Estimable Member
Joined: Jul 7, 2016
Last seen: Feb 12, 2025
Topics: 22 / Replies: 59
Topic
Replies: 3
Views: 69
Reply
RE: VBA with Form Control

That's it! I changed AG20, above, to Range("AG20"). The syntax is different from Excel. I don't know why there are spaces between characters that woul...

7 years ago
Forum
Reply
RE: VBA with Form Control

This is too difficult to adapt for me. I wonder if I can give you the code and I have and then prevail upon you to add the lines I need to make it wor...

7 years ago
Forum
Reply
RE: VBA with Form Control

Sunny, What I'm actually doing is executing a few commands when a checkbox is selected. I have twelve checkboxes, one for each month of the year in...

7 years ago
Forum
Reply
RE: VBA with Form Control

Okay, that helps refine it. Now the code looks only for something in the first column. But if I want to check by date in Table 2, how do I do that? Ho...

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: VBA with Form Control

Here's the attachment. Thanks

7 years ago
Forum
Reply
RE: VBA with Form Control

Thanks, Clark, that works really well. I found that if I converted B8:B15 to a table and inserted the table name in the code to replace B8:B15, it wou...

7 years ago
Forum
Topic
Forum
Replies: 13
Views: 88
Reply
RE: Clear Downstream Dependent Data Validation Lists

Sunny, I found the problem. I had entered the code and adjusted the cell references first, and then I unmerged cells F9 and F10. That caused the co...

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

I added MsgBox "Hello" but nothing displayed when F9 was changed. However, none of the other code throughout the workbook now works, either. I guess i...

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

They're the same codes you've already seen, the one in which, upon selecting the tab, A1 is selected. I just ran a little test. I copied the Settin...

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

Hi Sunny, So if the code crashed then Application.EnableEvents would be false? I didn't try resetting Application.EnableEvents=True. What line woul...

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

Thanks for this. It works great in the file you sent. I unmerged the cells in my source workbook, but when I copied your code to the sheet in my full ...

8 years ago
Forum
Reply
RE: Clear Downstream Dependent Data Validation Lists

I should have said, F4 is a dependent validation list from cell F5. When I select F4 and make a different selection, I want cell F5 to clear. Also, th...

8 years ago
Forum
Page 4 / 6