Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a string I'll call "CurrentString" and I want to replace all values of
Chr(10) with ;". How would I do this? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
CurrentString = Replace(CurrentString, Chr(10), ;", 1, -1,
vbBinaryCompare) RBS "Barb Reinhardt" wrote in message ... I have a string I'll call "CurrentString" and I want to replace all values of Chr(10) with ;". How would I do this? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this:
Select the cells to be impacted Then....from the Excel Main Menu <edit<replace Find what: Hold down the [alt] key....type 0010...release [alt] key Replace with: @domain.com Click the [Replace All] button Does that help? *********** Regards, Ron XL2002, WinXP "Barb Reinhardt" wrote: I have a string I'll call "CurrentString" and I want to replace all values of Chr(10) with ;". How would I do this? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacing a value in the string variable | Excel Programming | |||
Replacing characters in cells string | Excel Programming | |||
Replacing a random string of 5 numbers | Excel Discussion (Misc queries) | |||
Formula for Replacing Text in a String? | Excel Programming | |||
Replacing a value within a string using a formula | Excel Programming |