O
OceanView
Okay, maybe I've just benn staring at it too long. Why doesn't this work?
Doesn't matter whether I put a space after the comma or not. End result is
the entire string winds in s_array(0). Any clue?
Dim s_array As Variant
dim s_types as string
s_types = "18FC,36FC, 72FC"
s_array = Split(s_types, ",")
Doesn't matter whether I put a space after the comma or not. End result is
the entire string winds in s_array(0). Any clue?
Dim s_array As Variant
dim s_types as string
s_types = "18FC,36FC, 72FC"
s_array = Split(s_types, ",")