Inactivate cursor

S

scottnshelly

I have a worksheet with two buttons on it. There should be no reaso
for the user to do anything but click one or both of these two buttons
Is there anyway to inable the user from clicking any cells, o
anything similar?
thanks
 
V

Vasant Nanavati

Yes. Set the EnableSelection of the worksheet to xlNoSelection upon the
opening of the workbook.
 
Top