Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
I am getting run time error while run the program............ while i m selecting 'w' in combobox then error comes... kinldy help ............ Private Sub Combo6_Click() Text1.Text = Text1.Text + 1 Text9.Text = Val(Text9.Text) + Val(Combo6.Text) Combo7.Enabled = True If Combo6.Text = w Then Text7.Text = Text7.Text + 1 Else …
The End.