View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tcbootneck tcbootneck is offline
external usenet poster
 
Posts: 13
Default Removing blank characters from left of field

I am trying to import data where there is sometimes a blank in the cell
before the data - space bar.

I need to get the VBA code to do something like "If left character is blank
then delete left character and move ramining chaacters to the left"

Tried a few different ways in VBA, but none seem to do the trick