Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50295

How to paste picture into cell without cell selection?

$
0
0
I would like to paste pictures from the clipboard to my workbook. Currently I'm using this piece of code to paste the picture, which works, however the cell need to be selected for this to work.

Code:

Range("A1").Select                                                       
    ActiveSheet.PasteSpecial Format:="Bitmap", Link:=False, DisplayAsIcon:= _
        False

The code I want to use would start like this:

Code:

Range("A1").PasteSpecial

Viewing all articles
Browse latest Browse all 50295

Latest Images

Trending Articles



Latest Images