displaying a dialog only over certain sheets

  • Thread starter Thread starter routeram
  • Start date Start date
R

routeram

Hi,

I have a userform which is modeless so that the user can selec
different sheets when I have the userform displayed ( I use Exce
2003). Is there a way by which I can restrict the sheets which can b
selected with the userform open? i.e say when the userform is invoke
using a button, the user should not be able to navigate to certai
sheets but be able to navigate to selected other sheets.

Thanks a lot for your time.

Regards,
Ra
 
hide the sheets you don't want selected or if that isn't possible use the
workbook level selectionchange event to control it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top