View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tanast@ing.com.au is offline
external usenet poster
 
Posts: 1
Default Is there a "replace" or "Substitute" command in Excel's VB?

Hi,

I was hoping someone could help me with a quick question.

Is there a command something like "substitute" or "replace"?

I basically want a command that will replace all instances of a
particular character with another character... For example, I'd like
to remove all the spaces from the string "hello there world" to make
it "hellothereworld".

Any help would be much appreciated.

Thanks