I have used the split-function in VBA to create an array out of a string, but I have to use 11 spaces as delimiter. Is it possible one way or the other to refer to a number of spaces, rather than using 11 spaces as I have done.
![]()
vntData = Split(RngCell.Value, " ")
Bookmarks