jenlion
IS-IT--Management
- Nov 13, 2001
- 215
I need some help putting together some things in an excel sheet. I'm about ready to go home and just do it in VB, but they want it in excel, and I'm sure it can be done -- I just don't know how yet.
Sheet has rows consisting of an item number, a picture of the item, and a description. The item number is given. The item description is in another excel sheet elsewhere, and the item number cell contents match. I want to tell the current sheet to go look at that other sheet, find the row that has the same item number, and bring me back the description -- and do this for each row that has an item number.
That's the easy part. I also need to put a picture in each row. The file name is the same as the item number. Again I need to do this in each row. Since pictures appear to sit on top of the sheet rather than act as part of a cell, I'm not sure this is even possible.
If anyone has input, a place to start, or a place to look for examples, I'd appreciate the help.
Sheet has rows consisting of an item number, a picture of the item, and a description. The item number is given. The item description is in another excel sheet elsewhere, and the item number cell contents match. I want to tell the current sheet to go look at that other sheet, find the row that has the same item number, and bring me back the description -- and do this for each row that has an item number.
That's the easy part. I also need to put a picture in each row. The file name is the same as the item number. Again I need to do this in each row. Since pictures appear to sit on top of the sheet rather than act as part of a cell, I'm not sure this is even possible.
If anyone has input, a place to start, or a place to look for examples, I'd appreciate the help.