DougAtAvalon
Programmer
On the Click Event of a button, My code is:
--------------
With Brows_btn3
.Filter = "MS Word Files (*.doc)| *.doc| All Files (*.*)| *.*"
.ShowOpen
Me.control.SetFocus
Me.control.Text = .Filename
--------------
Is there a way to
1. set the "lookin" on the dialog box
2. catch the cancel button or incorrect close (not clicking OK)
thanx,
-Doug
--------------
With Brows_btn3
.Filter = "MS Word Files (*.doc)| *.doc| All Files (*.*)| *.*"
.ShowOpen
Me.control.SetFocus
Me.control.Text = .Filename
--------------
Is there a way to
1. set the "lookin" on the dialog box
2. catch the cancel button or incorrect close (not clicking OK)
thanx,
-Doug