View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
X-Ray X-Ray is offline
external usenet poster
 
Posts: 9
Default How to export to txt and use "-sign

When exporting to a text-file I still get extra undesired quotes.

"Pete_UK" wrote:

You could enter it into the cell as a formula, like this:

=CHAR(34)&"file name.pdf"&CHAR(34)

and this will give you:

"file name.pdf"

Hope this helps.

Pete


On Aug 7, 2:18 pm, X-Ray wrote:
I want to make a batch rename file. Therefore I put the commands and
parameters in columns in Excel and save this to a txt file.
But I run in to the following problem. When a filename contains a white
space I have to enclose the name between double quotes. But when I do this in
Excel and make an export extra quotes are added.
How do I add the double qoute sign the right way ?

Example (|-sign to indicate columns):

Excel:
rename | filename.pdf | "file name.pdf"

Export to txt:

rename | filename.pdf | """"file name.pdf""""