I've been scratching my head over this problem for a few hours and searched for possible solutions, but no luck yet.
What I have is a splash screen form that pops up with a few command buttons and togglebuttons.
When I click on the buttons, they work fine and execute properly onto the worksheet. However, the worksheet is not clickable because the form still has focus.. I have to close the form (which I don't want to) and then focus is back to the worksheet.
What I want to do is the following:
Thanks in advance!
What I have is a splash screen form that pops up with a few command buttons and togglebuttons.
When I click on the buttons, they work fine and execute properly onto the worksheet. However, the worksheet is not clickable because the form still has focus.. I have to close the form (which I don't want to) and then focus is back to the worksheet.
What I want to do is the following:
- Have the form running at all times
- Even when the form is running, I can click on cells on the worksheet, update data, etc then I can go back to the form and click on something else else.
Thanks in advance!