Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Donna Thompson   on Oct 26 In MS Office Category.

  
Question Answered By: Anat Massri   on Oct 26

The code below is working fine by pressing commandbutton2 (say clear) with my
excel VBA programme. This may be useful to u. If it don't work, just tell me
again.

Private Sub CommandButton2_Click()
TextBox1.Value = ""
TextBox2.Value = ""
TextBox3.Value = ""
TextBox4.Value = ""
TextBox5.Value = ""
TextBox6.Value = ""
TextBox7.Value = ""
TextBox8.Value = ""
TextBox9.Value = ""
TextBox10.Value = ""
TextBox11.Value = ""
TextBox12.Value = ""
End Sub

I think it should work.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Clear TextBoxes in Excel UserForms Or get search suggestion and latest updates.


Tagged: