I am trying to convert a string absolutely contains a number at all times to a double for use of comparison and numerical calculation, VBA doesn't seem to support the System.Convert.ToDouble() method... I have searched and searched and can't find a way to do this... any help would be VERY appreciated!
For a little extra info (for anyone who wants to know) the number stored in the text field is a four digit number with no decimal or anything else fancy like that. I would not hesitate converting it to a different number if it were easier.
For a little extra info (for anyone who wants to know) the number stored in the text field is a four digit number with no decimal or anything else fancy like that. I would not hesitate converting it to a different number if it were easier.