userform question

D

Dawna

how do I make it possible to click on a cell in a worksheet when the userform
is still open?
 
O

om

Hi Dawna

You will have to make the form Modeless by adding following line to form's
load event

UserForm1.Show vbModeless

Regards
Om
 
R

Rick Rothstein

Show your UserForm (assumed to be named UserForm1 for this example) like
this...

UserForm1.Show vbModeless
 
D

Dawna

Thank you both!

Dawna

Rick Rothstein said:
Show your UserForm (assumed to be named UserForm1 for this example) like
this...

UserForm1.Show vbModeless

--
Rick (MVP - Excel)




.
 
Top