Alright I know this isn’t 100% related to programming (the Excel book in question doesn’t use VBA at all) but I’m hoping someone can help me out with this or point me in the right direction.
My boss got a spreadsheet from a vendor that has a combobox/dropdown list with various part numbers; when you select one it populates the rest of the form with a lookup containing additional items. I’ve been tasked with ‘cracking’ this and finding the list that they’re using to populate so we can make use of it.
The thing is… there’s no VBA code, no macros, no data connections, and only one Worksheet displayed in Excel while the lookup code references a Sheet1. I’ve tried to display hidden worksheets and it says there are none… so where on earth could this list be kept? My boss is getting impatient and is asking me if I’ve broken it yet. It’s not a big deal if it can’t be done, I just have no clue where to continue looking for it and I don’t know what to tell my boss when he asks me if I’m done.
Can anyone help?
My guess is that it is a Data Validation list which references a constant list of values or a range on a ‘Very Hidden’ sheet. In Excel 2007, select one of the cells with the drop-down, click on the ‘Data’ tab in the Ribbon, click on ‘Data Validation’ in the Ribbon and see what you have. In Excel 2003 it is the Data -> Validation… command.
Another possibility if you know the name of the worksheet is ‘Sheet1’ is to add a new worksheet, enter ‘=Sheet1!A1’ into cell A1 of the new worksheet, and copy this cell down and to the right for as large of an area as you need to see the data you are interested in.
If you can post a URL to download the workbook (assuming it is not a trade secret) you would be more likely to get an accurate answer.