Hi there,
I am attempting to export a worksheet as a text file using this code.
Sub RoundedRectangle2_Click()
ActiveSheet.SaveAs ThisWorkbook.Path & "\Purlinmacro3.spn", xlUnicodeText
End Sub
*I have tried multiple different file formats, including xlTextWindows, xlTextMSDOS...