Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
please help with producing something like this in a text file from VBA: aaa "bbb" I am trying with exestr="aaa \"bbb\"" Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("H:\qq.bat", True) a.writeline (exestr) a.Close It is a question of escaping characters in VBA. Or if you could tell me how to pass an argument containing spaces to a script (python,perl,R) from VBA? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save Excel file to CSV with quotation mark data delimeter? | Excel Discussion (Misc queries) | |||
Single Quotation mark in CSV | Excel Discussion (Misc queries) | |||
Excel CSV file: How to preserve double quotation mark on Unix ftp? | Excel Discussion (Misc queries) | |||
how do I concatenate text that has a quotation mark | Excel Discussion (Misc queries) | |||
chr() for quotation mark | Excel Programming |