Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First import the txt file into Excel.
Then enter and run: Sub dont_quote_me() Dim r As Range For Each r In ActiveSheet.UsedRange If r.PrefixCharacter = "'" Then r.Value = r.Value End If Next End Sub Then save the file back as txt -- Gary's Student "Reedhill" wrote: Hi, I have to remove quotation marks in a txt-file during a certain procedure. How can I do it using excel-macro? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CSV File and Maintaining Quotation Marks in TXT | Excel Discussion (Misc queries) | |||
Quotation Marks - When and What?? | Excel Discussion (Misc queries) | |||
how do I remove quotation marks from .CSV file | Excel Programming | |||
eliminating quotation marks when writing to a text file | Excel Programming | |||
eliminating quotation marks when writing to a text file | Excel Programming |