Hi,
I have an array in VBA that is filled with string values representing numbers.
So, one of them might look like a number, but the type in a locals window would look like
Value
"128371"
Type
Variant/String
I would like to convert this to an integer before writing out the array to a...