I have a macro that does a few things to an Excel workbook and then saves, and closes to an Excel workbook. I now want to save, close the Excel workbook as a text (tab delimited .txt) file.
Currently I am closing/saving the file near the end of my Sub with:
wbResults.Close SaveChanges:=Tr ue
Dim wbResults As Workbook...at the beggining of my sub.
I've tried many things and can't seem to make the change or get it to work.
Thanks in advance for any help on this!
Currently I am closing/saving the file near the end of my Sub with:
wbResults.Close SaveChanges:=Tr ue
Dim wbResults As Workbook...at the beggining of my sub.
I've tried many things and can't seem to make the change or get it to work.
Thanks in advance for any help on this!
Comment