I am able to successfully get a value from a datagridview using the following code:
When the cell has a drop down, I am not able to get the value, it just comes back blank.Code:MsgBox(Files.Item(4, i).Value)
How can I get the value from a drop down box?


Reply With Quote
