Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to insert a .jpg file into a range on my worksheet BUT i want to
insert it at a specific size as defined by the height and width properties in the properties dialog of the image when I right click it and select properties. For instance H=.68" W=2.07" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How about this:-
Range("C9").Select ActiveSheet.Pictures.Insert("C:\mypicture.jpg").Se lect Selection.ShapeRange.Height = 70.5 Selection.ShapeRange.Width = 105.75 -- Alan Moseley IT Consultancy http://www.amitc.co.uk If I have solved your problem, please click Yes below. Thanks. "thomas donino" wrote: I would like to insert a .jpg file into a range on my worksheet BUT i want to insert it at a specific size as defined by the height and width properties in the properties dialog of the image when I right click it and select properties. For instance H=.68" W=2.07" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell 's width and height | Excel Programming | |||
Name Box Width and Height | Excel Programming | |||
Seeking Help with Cell/Range Height and Width Properties | Excel Programming | |||
Height/Width measurements | Excel Worksheet Functions | |||
get a picture width and height without inserting the picture | Excel Programming |