How to hide a textbox

G

Guest

Hi, There is somehow to hide a textbox in a userform, I mean

bla lba lba
label1.visible=false 'works just fine
textbox1.visible=false 'an error has ocured
more bla bla bla

TIA
 
R

RB Smissaert

Can't see no reason why it can't work.
What error do you get?
Is there a textbox1?
Maybe you need to specify the userform:
UserformBlaBla.textbox1.visible=false

RBS
 

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