How to hide a textbox

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top