I have rows with data. One collumn tells what type of value the data for that row is. For example, cell(1,A) = Integer and cell(1,B) = 5. The problem is in discrepencies between the designated type in column A and the actual value in column B. How do I error check to make sure the value is correct for its type? Or how do I convert the value to be correct for its type?