Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
I need to select an allready inserted image and align it to a cell, But i can´t make my code works. What am i doing wrong??? Thansk in advance SpeeD Dim myPict As Picture With ActiveSheet.Range("p2") Set myPict = ActiveSheet.Shapes("Picture18") myPict.Top = .Top myPict.Left = .Left - 50 myPict.Placement = xlMove End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i select an inserted image. | Excel Programming | |||
Inserted raster image prints distorted | Excel Discussion (Misc queries) | |||
Can't select image on a worksheet that was inserted by c#??? | Excel Programming | |||
Checkbox to select image | Excel Programming | |||
How do I see a .ESP image (logo) that is inserted in a worksheet? | Excel Discussion (Misc queries) |