3
Answers

Validation

Sathya Narayan

Sathya Narayan

10y
805
1
HI,

I use to validate the TextBox which hasn't been empty and i am focussing using the button.But it is not validating it hasn't showing the message,it is directly inserting the value.This is the code 

 Else
            If txtfilepath.Text <> "" Then
                MsgBox("Select The File Path")
                Button1.Focus()
Can any one help me?
Answers (3)