Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all. I have an image object inserted into sheet. What i need is to make a copy of that image and move it to new location using VBA. I tried Duplicate method defined in Shape object but that doesn´t work. Sure it makes a copy of Shape object and everything goes smoothly (no errors during duplicate) but image inside original shape object will not be copied to new one!!! All i get is empty shape object and no picture!!! Do i miss something or this is an bug? Code: ' Create a duplicate from Set CopyShape = sourceShape.Duplicate() ' Set new position CopyShape.Left = sourceShape.Left CopyShape.Top = startRow.Top + sourceShape.Top Tried this code in both, excel 97 and 2003 pro, same result.... All servicepacks are installed. OS: Windows XP Pro. cheers.... Asko. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to copy an embedded image into excel from word or from any oth | Excel Worksheet Functions | |||
Protect excel sheet and still copy text or object w/o unprotectin. | Excel Discussion (Misc queries) | |||
Hyperlink to a location on worksheet and display full image. | Excel Discussion (Misc queries) | |||
Copy Rectangle Object From One Sheet To Another | Excel Discussion (Misc queries) | |||
copy shape image into image control | Excel Programming |