Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to remove white space from a range so I recorded the following which
did not work. How can I remove all spaces in a range? Range("A1:A535").Select Selection.Replace What:="^w", Replacement:="", LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False Camlad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Space removal - a first name,space last name | Excel Discussion (Misc queries) | |||
Remove All White Space | Excel Programming | |||
white space deletion | Excel Worksheet Functions | |||
White Space in PDF from Excel | Excel Discussion (Misc queries) | |||
Inefficient Space Removal | Excel Programming |