jonathann3891
Board Regular
- Joined
- Apr 27, 2015
- Messages
- 109
How can I make this work?
When debugging, its showings all the correct information, but gives me an this error;
"Invalid procedure call or argument"
Thanks,
Jonathan
When debugging, its showings all the correct information, but gives me an this error;
"Invalid procedure call or argument"
Code:
With UserForm1sFileName = ActiveWorkbook.Path & "\" & Left(UserForm1.TextBox1.Text, InStr(1, UserForm1.TextBox1.Text, ".") - 1) & ".csv"
End With
Thanks,
Jonathan