I want to copy the same image into worksheet with a function

G

Garry

I wish to use a function on a worksheet to copy and image from another
worksheet in the same workbook. The function "CopyImage" is listed but no
help to indentify the parameters
 
G

Gord Dibben

Functions return values to cells in which they reside.

I do not know of a "copyimage" function.

Maybe you mean the CopyPicture method in VBA?

Or just copy and paste?


Gord Dibben MS Excel MVP
 
Top