C
Casey Streuber
I am trying to automate a process that creates a txt file
needed for an application. However, this text files needs
a set of double quotations, and also has some cells that
will have commas. When I save the excel worksheet that
contains this information, the text file ends up with
this """abcd""" instead of the original "abcd". Any cell
with commas is found in the text file with double quotes
surrounding it as well. Is there anyway to save the excel
worksheet as a text file and receive exactly what is
entered into the cells?
Note: I am able to copy and paste the information into a
text file and get what I am looking for, but in order to
automate this process I am using a macro. I don't know of
anyway to copy excel data and paste it into a text file
through a macro. Any ideas would be appreciated.
needed for an application. However, this text files needs
a set of double quotations, and also has some cells that
will have commas. When I save the excel worksheet that
contains this information, the text file ends up with
this """abcd""" instead of the original "abcd". Any cell
with commas is found in the text file with double quotes
surrounding it as well. Is there anyway to save the excel
worksheet as a text file and receive exactly what is
entered into the cells?
Note: I am able to copy and paste the information into a
text file and get what I am looking for, but in order to
automate this process I am using a macro. I don't know of
anyway to copy excel data and paste it into a text file
through a macro. Any ideas would be appreciated.