[Migrated content. Thread originally posted on 01 August 2008]
I want to allow my users to create their own quote spreadsheets in Excel. I want to then open their spreadsheet from my application and fill in certain pieces of information. There are two issues I have to deal with, first, every spreadsheet could be different, so the information I am filling in has to be done by cell names instead of static cell locations (like A1 or B2, they are going to name the cells). This is working just fine. My second problem is that they might not use all the information available. I might have 10 fields available, but they are only using 5 of them, so I need to be able to check the spreadsheet and see if that cell name exists on the spreadsheet. If I don't check first, when I attempt to modify the cell, it crashes, which is expected I guess, but I don't know how to check the spreadsheet to cell if a "cell name" exists on the spreadsheet. If I bring up the spreadsheet, I can use a GoTo to get to it, but I need to be able to return a code to my program as to whether a cell with that name is on the spreadsheet or not. Any ideas?TIA,
Rebekah



