Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi to all...
I need to align a picture to the right side of a cell, but i cant make this work.. i can do it to the left... Dim myPict As Picture With ActiveSheet.Range("B5") Set myPict = .Parent.Pictures.Insert("C:\jorge\jorge.jpg") myPict.Top = .Top myPict.Left = .Left myPict.Placement = xlMoveAndSize This is an insert code, but you get the picture... Can anyone help me? Thanks in advance SpeeD |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Align picture to the right side of a cell... | Excel Programming | |||
Howto: Align print-out to the right side of paper | Excel Discussion (Misc queries) | |||
Align cell contents on left side of sheet? | New Users to Excel | |||
Align a picture/shape in the middle of a range("A1:H10") | Excel Programming | |||
align a picture/shape in a Range! | Excel Programming |