G
Guest
How would you handle the errors in this situation (I swear my book on VBA has
been ordered and is on its way!)... I have a text array of dimensions that I
am trying to break up into usable data. Always separated by an 'X', mostly
two, but sometimes three dimensions. e.g. : '24x32x36 or 4x4. I've gotten
the split function to work so that I can pick out and assign the numbers when
there are three dimensions, but how would I handle it if there are only three
dimensions?
been ordered and is on its way!)... I have a text array of dimensions that I
am trying to break up into usable data. Always separated by an 'X', mostly
two, but sometimes three dimensions. e.g. : '24x32x36 or 4x4. I've gotten
the split function to work so that I can pick out and assign the numbers when
there are three dimensions, but how would I handle it if there are only three
dimensions?