CaptainCsaba
Board Regular
- Joined
- Dec 8, 2017
- Messages
- 78
Hey!
I just have a quick question. I have a really short code to save the current file with the sheet name and an added word to it a a text file. It is a regular text file not a "tab delimited one". How can I save it as a tab delimited one?
Thanks for the help!
I just have a quick question. I have a really short code to save the current file with the sheet name and an added word to it a a text file. It is a regular text file not a "tab delimited one". How can I save it as a tab delimited one?
Code:
ActiveWorkbook.SaveAs (ActiveSheet.Name & " Done" & ".txt")
Thanks for the help!