Dear Friend,
I am trying to write code as the following-
But it says that "Is expected" after the second line. Is there any technique to do it?
Regards
SKPaul
I am trying to write code as the following-
Code:
For Each ControlObject As Control In Me.Controls Select Case TypeOf ControlObject Case TextBox Case ComboBox Case Label End Select Next
But it says that "Is expected" after the second line. Is there any technique to do it?
Regards
SKPaul
Comment