View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TheIrishThug[_5_] TheIrishThug[_5_] is offline
external usenet poster
 
Posts: 1
Default removing blank entries from an array


i have an array of strings. i'm trying to make a function that will
return the arry without blank entries.

input would be: "text"/"words"/""/"more words"/""
result woud be: "text"/"words"/"more words"


--
TheIrishThug
------------------------------------------------------------------------
TheIrishThug's Profile: http://www.excelforum.com/member.php...o&userid=29682
View this thread: http://www.excelforum.com/showthread...hreadid=494693