Hello,
Does anyone know how to exclude words from an array? I currently use a macro that uses an array to move items with a specified thickness to another tab. The problem is it also catches screws, since they can be 1/4 FHCS, 3/8 BHCS, etc. I need a way to omit "fhcs" and "bhcs" from the array.
Dim StrArray As Variant
StrArray = Array("1/8", "3/16", "1/4", "3/8", "1/2", "3/4")
i was not able to find anything via google, any help would be appreciated.
Thanks
Does anyone know how to exclude words from an array? I currently use a macro that uses an array to move items with a specified thickness to another tab. The problem is it also catches screws, since they can be 1/4 FHCS, 3/8 BHCS, etc. I need a way to omit "fhcs" and "bhcs" from the array.
Dim StrArray As Variant
StrArray = Array("1/8", "3/16", "1/4", "3/8", "1/2", "3/4")
i was not able to find anything via google, any help would be appreciated.
Thanks