Click here to Skip to main content
15,905,563 members

Comments by Member 13650651 (Top 13 by date)

Member 13650651 7-May-18 3:58am View    
if B1 is null, how do i continue the loop and run my filter code for B2 that is not null?
Member 13650651 7-May-18 3:49am View    
Thanks so much OriginalGriff! Appreciate it!
Member 13650651 7-May-18 3:48am View    
Another question, I have the code to filter out each 'ms'. Do i put the code into the foreach loop?
Member 13650651 7-May-18 3:48am View    
Thank you Maciej Los, this works! Appreciate it alot.
Member 13650651 7-May-18 2:44am View    
Oh, so I have to replace the string array[] to ColumnName = B1 to B10?