Excel Activities Empty Column , Go Next Cell

resultArray = System.Text.RegularExpressions.Regex.Matches(“01 abc02 cde”, “\d+[a-zA-Z]+”).
Cast(Of System.Text.RegularExpressions.Match)().
Select(Function(m) m.Value).
ToArray()

Toibdufng