Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / September 2006

Tip: Looking for answers? Try searching our database.

Sizing clip art

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Shookie - 10 Sep 2006 00:51 GMT
I would like to insert clip art into a into  cells that is already the size I
want them to be.  How can I get it to fit? I am having to manually resize
every time.
Ron de Bruin - 10 Sep 2006 15:57 GMT
Try this to insert it with code in B3

Sub test()
   Dim myPict As Picture
   With ActiveSheet.Range("B3")
       Set myPict = .Parent.Pictures.Insert("C:\J0299125.wmf")
       myPict.Top = .Top
       myPict.Width = .Width
       myPict.Height = .Height
       myPict.Left = .Left
       myPict.Placement = xlMoveAndSize
   End With
End Sub

Signature

Regards Ron de Bruin
http://www.rondebruin.nl

>I would like to insert clip art into a into  cells that is already the size I
> want them to be.  How can I get it to fit? I am having to manually resize
> every time.
Shookie - 10 Sep 2006 17:31 GMT
I re-posted this question in beginners because I couldn't follow this
response.  I know how to type formulas for a column but I couldn't tell what
part of the reply was formula and what was explanation.  If I want to put
clip art in C3 and I have the clip art in "My clip art organizer" (which is
new to me too!) what do I type in? Just say, for instance, that I want the
cell to be 1' by 1')

> Try this to insert it with code in B3
>
[quoted text clipped - 13 lines]
> > want them to be.  How can I get it to fit? I am having to manually resize
> > every time.
Ron de Bruin - 10 Sep 2006 17:38 GMT
Hi Shookie

>>I re-posted this question in beginners because I couldn't follow this

Better post back in the same thread
It is only possible with code to do this

The code example insert the file C:\J0299125.wmf in B# and make
it the same size as the cell.

Maybe this Tip from Dave will help you to rezize manual:

Manually, you can hold the alt-key down when you resize/move the picture.  It'll
snap-to the edge of the cell.

Signature

Regards Ron de Bruin
http://www.rondebruin.nl

>I re-posted this question in beginners because I couldn't follow this
> response.  I know how to type formulas for a column but I couldn't tell what
[quoted text clipped - 20 lines]
>> > want them to be.  How can I get it to fit? I am having to manually resize
>> > every time.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.