Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
OS: Windows XP
App: Excel 2003 I have been given some data exported from an SQL database. When opened in Excel a cell contains Binary Squares or hard Returns (CHR10). I need to convert these ASCII Chars to say a tilde (~). Any help would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Open VBA (Alt+F11)!
ViewImmediate window (Ctrl+G) Enter cells.Replace chr(10),"~" Press Enter when cursor is on the above line! Regards, Stefi €˛Mike Faulkner€¯ ezt Ć*rta: OS: Windows XP App: Excel 2003 I have been given some data exported from an SQL database. When opened in Excel a cell contains Binary Squares or hard Returns (CHR10). I need to convert these ASCII Chars to say a tilde (~). Any help would be greatly appreciated. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
EditReplace Find: [ctrl+j], Replace: ~
"Mike Faulkner" wrote: OS: Windows XP App: Excel 2003 I have been given some data exported from an SQL database. When opened in Excel a cell contains Binary Squares or hard Returns (CHR10). I need to convert these ASCII Chars to say a tilde (~). Any help would be greatly appreciated. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I began to be glad to find a direct method to insert a non-printable
character in Replace dialog, but it failed for me. The only way I could insert a chr(10) character in the Find field was to enter it in a cell and Copy/Paste it in the Find field. How did you do that? Stefi €˛Lori Miller€¯ ezt Ć*rta: EditReplace Find: [ctrl+j], Replace: ~ "Mike Faulkner" wrote: OS: Windows XP App: Excel 2003 I have been given some data exported from an SQL database. When opened in Excel a cell contains Binary Squares or hard Returns (CHR10). I need to convert these ASCII Chars to say a tilde (~). Any help would be greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
chi squares | Excel Discussion (Misc queries) | |||
blue squares | New Users to Excel | |||
Solver returns non binary answer in binary constrained cells | Excel Worksheet Functions | |||
performing least squares | Excel Discussion (Misc queries) | |||
removing squares and lines in squares that really should be paragr | Excel Discussion (Misc queries) |