Hey,
I have received this code used to create a textfile and insert data into it from a board user, but I would like to expand on it.
Is it possible to implement the save as dialog instead of the inputbox?
Thanks,
Faiek
I have received this code used to create a textfile and insert data into it from a board user, but I would like to expand on it.
Code:
Open Application.InputBox("please specify file and path", Type:=2) For Output As #1
Print #1, Me.TextBox1.Text
Close #1
Thanks,
Faiek