Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to find a macro that will force the "" around the below to not
happen. Because the below has a comma in it, on csv convertion it automatically insert the "". Can I force this through VBA macro to not do this? This will be the third time I have asked for help, but not received yet. Can anyone help me in this? Coming out as: "%! XGF 9999 SETBUFSIZE (,) SETDBSEP QSTRIP_on (GuntherIPEP.jdt) SETJDT (IPEP.dbm) STARTDBM" I need it to be: %! XGF 9999 SETBUFSIZE (,) SETDBSEP QSTRIP_on (GuntherIPEP.jdt) SETJDT (IPEP.dbm) STARTDBM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel puts quotes around cells with commas in tab delimited files | Setting up and Configuration of Excel | |||
change straight quotes to curly quotes | Excel Discussion (Misc queries) | |||
How do I output csv files from Excel with quotes round text fields | Excel Discussion (Misc queries) | |||
How do i get historical stock quotes using MSN Money Stock Quotes | Excel Discussion (Misc queries) | |||
Quotes | Excel Programming |