G'Day all
i am trying to loop through some worksheets and export the data into a txt file.
the below code works but i need it to save the file in the specified location rather than open it.
anyone able to help me out?
many thanks
Dave
Sub CrText()
Dim c00 As Variant
Dim...