Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
i have just recoreded this macro Sub Picinsert() ' ' Picinsert Macro ' Macro recorded 13/05/2004 by Simon ' ' Keyboard Shortcut: Ctrl+Shift+I ' Range("C14:G24").Select Selection.CopyPicture Appearance:=xlScreen, Format:=xlPicture Sheets("Sheet1").Select Range("D14").Select ActiveSheet.PasteSpecial Format:="Picture (Enhanced Metafile)" Link:=False _ , DisplayAsIcon:=False End Sub where Range is your selection to be a picture and sheets ("sheet1") i the destination and Range("D14") is the destination cell to star pasting from, as you didnt supply any code of your own its difficult t see what you are trying to do...any way its all well beyond me i'e onl just started at this stuff! HTH Simo -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert Picture | Excel Discussion (Misc queries) | |||
how do I insert picture into cell so vlookup can return picture? | Excel Worksheet Functions | |||
insert a picture in to a comment but picture not save on hard disk | Excel Discussion (Misc queries) | |||
Insert Picture | Excel Worksheet Functions | |||
Insert Picture | Excel Discussion (Misc queries) |