Forum Discussion

ASV's avatar
ASV
Contributor
14 years ago

How to get the value using header of table in excel file.

Hi  I want to get the value from excel file in which exists a table with headers. I can get the value writing this- fID = objSheet.Cells(excelRowN, 1).Value but writing this fI...