Hello,
I am a VBA "dummy" so please bear with me.
I am currently working on a "Lookup" program. There is an Export button on my user form, but the text file generated saves automatically in a user's directory (e.g., My Documents).
Here is the code:
Private Sub Export_Click()
Dim OutCount As...