Hi guys,
I have developed a piece of code that exports my entire worksheet to a .txt file.
Rather than exporting the entire sheet, all i am looking to achieve is export Column A, B and J.
Here's my current code:
Sub csvfile()
Dim fs As Object, a As Object, i As Integer, s As String...