View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JA[_3_] JA[_3_] is offline
external usenet poster
 
Posts: 8
Default Macro to remove ";"

My field CombMod in huge database contains entries with
unnecessary semi colons in different places. I need a
macro to remove them.

For Eaxmple
;PM;;;LE;;;;; to become PM;LE

;PM;;PP PL;PP OP;PP PK;;;;;;QM to become PM;PP PL;PP
OP;PP PK;QM

Please help