Thread: remove space
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default remove space

Either in code or as a worksheet you can use the Trim function...
--
HTH...

Jim Thomlinson


"ernie" wrote:

i need code to remove space from text
for example: A1 = " Brenda"

How do i remove the space infront of Brenda from cell A1?