I want to be able to read a specific cell in an excel spreadsheet and bring the data into visual basic. Anyone know how to do it
Printable View
I want to be able to read a specific cell in an excel spreadsheet and bring the data into visual basic. Anyone know how to do it
Try :
MsgBox Worksheets(1).Range("A1").Value