Each month I receive a spreadsheet from another office. From it I extract certain data. I have created a macro to loop thru and do this. The problem is, some cells contain both a picture and text. I need to ignore those cells.
I need a way to determine if a cell contains a picture. The only solution I can find on the web is more technical than my VB skills. If I can determine the cell has a picture, I can ignore it in my loop.
An alternative would be to just globally delete the contents all cells containing pictures prior to my loop. It is not a problem if I extract empty cells, just a problem if they contain a picture.
I need a way to determine if a cell contains a picture. The only solution I can find on the web is more technical than my VB skills. If I can determine the cell has a picture, I can ignore it in my loop.
An alternative would be to just globally delete the contents all cells containing pictures prior to my loop. It is not a problem if I extract empty cells, just a problem if they contain a picture.