0
Talk people, good afternoon, all right?
I came to ask for help from the university because I’ve been racking my brain for days and I can’t seem to solve my problem.
I basically have this table:
By clicking the re-register button, automatically the first list (B2) opens.
What I wanted is that the moment I select some option of this dropdown that opens automatically, the next (C2) also opens automatically, at the time of selecting B2.
I’m using this in VBA to perform the opening of the first dropdown:
Sub AdicionaConta()
Range("a2").EntireRow.Insert
Range("B2").Select
SendKeys "%{down}"
End Sub
Thanks in advance, a hug!
Thank you very much, Caesar, that’s exactly what I was trying to do. Now next step is to do for column D, but not all options in column C have options, so I believe you need to do another if.
– DimitriFinger
Rectifying, I’ve done it!!! Thank you very much for your help Caesar!!
– DimitriFinger
Mark my answer as the correct one, then.
– César Rodriguez
Oops, I thought I couldn’t get by being a new user. It’s already been checked!
– DimitriFinger