I have a textbox which is enabled after clicking some checkbox. Those controls lie in a workshet of an Excel book. I've been trying to use .SetFocus, so that the cursor goes to the textbox just after clicking the checkbox. But it doesn't work...
Is it possible to do this in a worksheet? or does it only work in a userform?
