|
-
Oct 30th, 2011, 04:43 AM
#1
Thread Starter
Member
Two variables problem
I have a situation about assigning two variables bottom of any event
For example,
Private Sub cmd_esit_Click()
num2 = Text1.Text
If
...
...
End If
Dim A As Integer
A = Text2.Text
If
..
..
End If
Click event depends on num2 = Text1.Text
When Text1.Text is clear, click event doesn't work
I want two different event happen independently
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|