Hi,
I am trying to read an Excel spreadsheet which is working fine if I specify actual cell locations but each cell in the spreadsheet is named as well (created by someone to look like a form as they weren't conversant with Access or VB).
How can I tell my VB application to find a specific cell by the name instead of the location as some spreadsheets are slightly different, in that the cells are not always in exactly the same place (although the names are the same).
In addition, I'm using "worksheet.cells(1,8).value" which works fine, but "worksheet.cells(1,8).name" or "......(1,8).comment" doesn't work.
Assistance would be greatly appreciated!
Mark

Reading Excel Cells
vinoth.net