ByDesign
Electrical
- Jun 3, 2003
- 17
Hello
How can I shift focus from a visible userform to the excel sheet?
Currently, the last statement in my procedure is...
Sheets("MySheet"
.Range("B93"
.Activate
The cell selector is put in the correct place, however the userform still has focus... therefore you must actually click the excel sheet before you can type in the selected cell.
Any ideas on how to programatically shift focus to the excel sheet?
Thanks for the help!
Have a great day!
Scott
How can I shift focus from a visible userform to the excel sheet?
Currently, the last statement in my procedure is...
Sheets("MySheet"
The cell selector is put in the correct place, however the userform still has focus... therefore you must actually click the excel sheet before you can type in the selected cell.
Any ideas on how to programatically shift focus to the excel sheet?
Thanks for the help!
Have a great day!
Scott