Remove trailing commas


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. = SUBSTITUTE(TRIM(SUBSTITUTE(A1, ",", " "))," ", ",")

URL: http://www.ozgrid.com/forum/showthread.php?t=86611

Report this snippet


Comments


You need to login to view comments.