Hello all,
I need help. I have tried to no avail to figure out the Excel libraries and functions. I have data inside an Excel spreadsheet that I want to read only. I was told the following statement would open file:
Excel.Workbooks.Open("C:[...]\file.csv")
This seems to work and returns a workbook. I cannot figure out how to go from workbook to accessing the data. I went through what seems to be every function call in the object browser to no avail. I was also given the "transferspreadsheet" method but could anyone explain what this will do? It is not going to be a straight forward process to import the data. Thank you in advance. Thank you also for your mercy and Grace as I am new to working with Excel spreadsheets.
Joe
I need help. I have tried to no avail to figure out the Excel libraries and functions. I have data inside an Excel spreadsheet that I want to read only. I was told the following statement would open file:
Excel.Workbooks.Open("C:[...]\file.csv")
This seems to work and returns a workbook. I cannot figure out how to go from workbook to accessing the data. I went through what seems to be every function call in the object browser to no avail. I was also given the "transferspreadsheet" method but could anyone explain what this will do? It is not going to be a straight forward process to import the data. Thank you in advance. Thank you also for your mercy and Grace as I am new to working with Excel spreadsheets.
Joe