Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how can i get this too work. What am I doing wrong? My code is just
a guess based on other snipets I have seen and used. Private Sub CommandButton1_Click() For Each Control In ThisWorkbook.VBProject.VBComponents("frmEvaluation ").Designer.Controls(MultiPage1).Pages(0) If TypeOf Control Is MSForms.TextBox Then If Control.Value = "" Then MsgBox "fill it" Else MsgBox "its filled" End If End If Next Control I want to check all of the textboxes on page 0 to make sure that they conatain an input from the user. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Then's for 12 textboxes to check if they are empty. | Excel Discussion (Misc queries) | |||
Textboxes | Excel Programming | |||
check is input textboxes is numeric on userform | Excel Programming | |||
sum of textboxes | Excel Programming | |||
textboxes | Excel Programming |