View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Replace Space charcter in a string variable

Hi
have a look at the replace method in the VBA help

--
Regards
Frank Kabel
Frankfurt, Germany


Simon Shaw wrote:
I need to perform a find and replace on a string variable in VBA. I
need to replace all space characters with underscores.