![]() |
userform question
how do I make it possible to click on a cell in a worksheet when the userform
is still open? |
userform question
Hi Dawna
You will have to make the form Modeless by adding following line to form's load event UserForm1.Show vbModeless Regards Om "Dawna" wrote: how do I make it possible to click on a cell in a worksheet when the userform is still open? |
userform question
Show your UserForm (assumed to be named UserForm1 for this example) like
this... UserForm1.Show vbModeless -- Rick (MVP - Excel) "Dawna" wrote in message ... how do I make it possible to click on a cell in a worksheet when the userform is still open? |
userform question
Thank you both!
Dawna "Rick Rothstein" wrote: Show your UserForm (assumed to be named UserForm1 for this example) like this... UserForm1.Show vbModeless -- Rick (MVP - Excel) "Dawna" wrote in message ... how do I make it possible to click on a cell in a worksheet when the userform is still open? . |
All times are GMT +1. The time now is 02:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com