Q
quartz
I am using the following code line to paste an image from the clipboard into
the current Excel sheet:
ActiveSheet.PasteSpecial(Format:="Picture (Enhanced Metafile)", Link:=False,
DisplayAsIcon:=False)
How can I modify this so that I can return a reference to the object just
pasted, or after posting, how can I return a reference?
Thanks much...
the current Excel sheet:
ActiveSheet.PasteSpecial(Format:="Picture (Enhanced Metafile)", Link:=False,
DisplayAsIcon:=False)
How can I modify this so that I can return a reference to the object just
pasted, or after posting, how can I return a reference?
Thanks much...