#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Insert Photo - help

My previous questions were in regard to importing a picture from a remote
directory based upon another cell contents etc.. Perhaps this is too
complicated for a first step for me to digest.

So lets try an easy one as a starter.

I have the photo "LG.jpg" located in my C:\ drive.

I want this photo inserted into cell A2.

what code should I use??

I am running excel 2000
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Insert Photo - help

First of all you cannot insert a picture "into" a cell.

You can insert a picture into a worksheet on top of a cell.

Turn on the macro recorder while you go to InsertPictureFrom File

You get this..............

Sub Macro1()
ActiveSheet.Pictures.Insert("C:\BG11.jpg").Select
End Sub

Placement and re-sizing etc can be done during the same recording to get
stuff like this which kinda sets it over A2.............

ActiveSheet.Pictures.Insert("C:\BG11.jpg").Select
Selection.ShapeRange.IncrementLeft -241.5
Selection.ShapeRange.IncrementTop -61.5
Selection.ShapeRange.ScaleWidth 0.21, msoFalse, msoScaleFromTopLeft
Selection.ShapeRange.ScaleHeight 0.21, msoFalse, msoScaleFromTopLeft
Selection.ShapeRange.ScaleHeight 0.45, msoFalse, msoScaleFromTopLeft


Gord Dibben MS Excel MVP

On Fri, 16 Jan 2009 15:32:00 -0800, Stevep4
wrote:

My previous questions were in regard to importing a picture from a remote
directory based upon another cell contents etc.. Perhaps this is too
complicated for a first step for me to digest.

So lets try an easy one as a starter.

I have the photo "LG.jpg" located in my C:\ drive.

I want this photo inserted into cell A2.

what code should I use??

I am running excel 2000


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I insert a photo in a protected .xls spreadsheet DarrellBuckley Excel Discussion (Misc queries) 0 May 5th 08 02:00 AM
How to insert a photo in the background for printing. HoganD87 Excel Discussion (Misc queries) 1 August 20th 07 09:24 PM
Insert photo into a protected worksheet Paul Kouri Excel Worksheet Functions 4 April 12th 07 11:15 AM
How do I insert a photo from my documant into my work sheet? Josh New Users to Excel 2 August 25th 06 08:00 PM
Insert Photo into a protected worksheet gnolla Excel Worksheet Functions 1 February 5th 06 03:08 AM


All times are GMT +1. The time now is 07:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"