View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
andreashermle andreashermle is offline
external usenet poster
 
Posts: 123
Default Replacing spaces with underscore for specific expressions

On 31 Mai, 18:16, "Helmut Meukel" wrote:
Sorry,

Replace(CellString, "__", "_")


should have been
* * CellString = Replace(CellString, "__", "_")

Helmut.


Hi Helmut,

great, that did the trick. Thank you very much for your professional
help.
Regards, Andreas