G
Guest
I'm building a product catalog for products we sell over the internet. I'm intermediate-level in building VBA apps within MS Office products
We have 1000's of products we need to track and would like to store the information about each product in an Excel 2003 spreadsheet with images of each product. I would like to create VBA to open a file directory listing (where the images are) and read in each image in that directory into cells down the Excel spreadsheet
What I'm unable to figure out is: What cell property I can use to store the image so the image becomes the contents of each consecutive cell. I am able to place an image container on top of a cell but in order to do this programatically (using VBA) I need to know how to make the image become the cell contents
Is this even possible? Has anyone done anything similar w/ sample code
Thanks in advance for your response. I appreciate any help we can get with this little project
Rick Beal
(e-mail address removed)
We have 1000's of products we need to track and would like to store the information about each product in an Excel 2003 spreadsheet with images of each product. I would like to create VBA to open a file directory listing (where the images are) and read in each image in that directory into cells down the Excel spreadsheet
What I'm unable to figure out is: What cell property I can use to store the image so the image becomes the contents of each consecutive cell. I am able to place an image container on top of a cell but in order to do this programatically (using VBA) I need to know how to make the image become the cell contents
Is this even possible? Has anyone done anything similar w/ sample code
Thanks in advance for your response. I appreciate any help we can get with this little project
Rick Beal
(e-mail address removed)