I don't think I will need to post code to answer this question...
I have a list of cells with numbers and fractions. Excel doesn't like fractions so I had to format those cells a "Text". In VBA if I assigned Dim x As String, Application.WorksheetFunction.Vlookup recogonizes the "fractions" but not the numbers. If I assigned Dim x As Integer, Application.WorksheetFunction.Vlookup recogonizes the numbers.... this is kind of understandable.
Which Dim As should I use to be able to read all variables in the list?
Bookmarks