Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I pasted into Excel 2003 from the web page that has a lot of   around the data that I need to trim off. 1) I ran F. David McRitchie's Trimall(), but it could not do it. (http://www.mvps.org/dmcritchie/excel/join.htm#trimall) 2) Chip Pearson 's The Cell View Add-In found all those $B!u(Bnbsp as Chr(063) which is actually "?" (http://www.cpearson.com/excel/CellView.aspx) 3) Using Ctrl+F (Find) and keying "alt+0160"; was able to find all those " " similarly, Ctrl+H (Replace) would also be able to replace all those "alt+0160" with designated replacements. I used "alt+032" as replacement; however, trimall() would not trim the extra spaces off; yet worksheet function =trim() would do it. What maybe the problems/solutions ? ========================== How to code "alt+0160" into TrimAll() VBA for find/replace? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing nbsp character | Excel Discussion (Misc queries) | |||
char(160) - | Excel Worksheet Functions | |||
Excel TRIM() can't handle in pasted HTML | Excel Discussion (Misc queries) | |||
| Excel Programming | |||
  in Excel | Excel Programming |