I have two named range columns, each in separate worksheets. "fromPicCol" is a source column containing a combination of cells that either contain pasted pictures or are ="" blank cells. "toPicCol" is the destination column into which I want to copy only each fromPicCol cell with its contained picture.
Please provide an Excel Formula and VBA code snippets that accomplish the following without throwing #VALUE! Errors:
=Does_Cell_Contain_Picture( "fromPicCol") TRUE FALSE Boolean formula and VBA code snippet to recognize cells with pictures.
=Copy_Picture( "fromPicCol") formula and VBA code snippet
I have wasted days trying to get CoPilot to develop either Formula or VBA solutions. CoPilot always answers with rejiggered code that still doesn't work.
I appreciate your assistance.