Okay, so here's my situation. I have a supplier that lists their products and pricing daily on their website. Problem is, they use ASP 1, and have no support for exporting XML or any thing for that matter.
So can save teh asp file as an html doc and import it into Excel with no problems. It displays all the columns and rows exactly as I need them.
Now I just need to figure out how to extract the info from the workbook. Unfortunately, everything I can find on working with excel objects is always (rolls eyes) under teh assumption I want to put data INTO the spreadsheet. I don't! I want only to extract info.
So let's say I wanted to read cell 1,5 (from file c:\temp\product.xls) and throw it into a text box in my vb.net app.
How can I do this? Even the MSDN only has info about entering and creating, nothing on retrieving. :/ TIA!
Jeff Warmuth
MCSE, CNE
ICQ 129152989
So can save teh asp file as an html doc and import it into Excel with no problems. It displays all the columns and rows exactly as I need them.
Now I just need to figure out how to extract the info from the workbook. Unfortunately, everything I can find on working with excel objects is always (rolls eyes) under teh assumption I want to put data INTO the spreadsheet. I don't! I want only to extract info.
So let's say I wanted to read cell 1,5 (from file c:\temp\product.xls) and throw it into a text box in my vb.net app.
How can I do this? Even the MSDN only has info about entering and creating, nothing on retrieving. :/ TIA!
Jeff Warmuth
MCSE, CNE
ICQ 129152989