Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can only remove the unwanted semicolons if you know which ones are the
good ones and which are the bad ones. You have to first look at the text file and identify why the bad ones are in the file. Only then can you filter out the bad ones. "Christian" wrote: Hi all, Background I have a vba rutine that imports a csv file to excel. The source application where the data is taken from sometimes contain a semicolon sign ";" with a text field. The semicolon will cause an offset of the data in excel when the user regional settings is using semicolon as a delimiter. Question is it possible to use some vba code that will replace ";" with for example "|" before the import of the file to excel is done? Any ideas are warmly welcome - Chr |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find replace excel remove single character | Excel Discussion (Misc queries) | |||
replace this Å“ character with pound sign in excel | Excel Discussion (Misc queries) | |||
find a character and replace with a command in Excel | Excel Discussion (Misc queries) | |||
How do you find and replace a Wildcard character in Excel? | Excel Discussion (Misc queries) | |||
How do I replace * as a character in a string in Excel? | Excel Programming |