Skipping textbox

W

WLMPilot

I have a userform that will have certain textboxes automatically equal a
value based on input for a combobox. How do I set those textboxes so that
the user cannot access them, thus bypassing to the next textbox to accept
user input?

Thanks,
Les
 
A

Andy Pope

Hi,

Tabstop = False
You can also protect the text by using the Locked property.

Any reason why you would not use a label?

Cheers
Andy
 

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

Top