View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Morris[_2_] Morris[_2_] is offline
external usenet poster
 
Posts: 25
Default Stripping spaces using a formula, not VBA



Look at HELP for the TRIM worksheet function.
--ron



"...or multiple embedded space characters ..."

thanks a lot I would never imagine that TRIM formula works in a
different way than a VBA function.

Thank you :)