Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Fixing Image In A Cell

Any way to insert a picture in a cell, fitted so as to set the row
height/column width accordingly and making the same of the exact size?
--
Thanx in advance,
Best Regards,

Faraz
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Fixing Image In A Cell

Hi Faraz

Pictures reside in the different layer above the cells. You can move and
resize them to be on top of the cell; and format the picture to move and
resize with cells .

Dim myPic As Object
Set myPic = ActiveSheet.Pictures.Insert("C:\untitled.bmp")
With myPic
.Top = Range("B9").Top
.Left = Range("B9").Left
.Height = Range("B9").Height
.Width = Range("B9").Width
End With


--
Jacob


"Faraz A. Qureshi" wrote:

Any way to insert a picture in a cell, fitted so as to set the row
height/column width accordingly and making the same of the exact size?
--
Thanx in advance,
Best Regards,

Faraz

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
Fixing cell value Pieter Excel Discussion (Misc queries) 1 September 3rd 08 05:09 PM
Fixing cell color changes when copying in Excel 2007 nataliemichelle Excel Discussion (Misc queries) 2 July 1st 07 04:33 AM
Fixing Last Cell [email protected] Excel Discussion (Misc queries) 4 January 24th 07 12:15 AM
Fixing multiline cell TonyL Excel Worksheet Functions 2 April 6th 06 02:14 PM
Fixing a single cell reference keeping others dynamic Engineering Intern Excel Worksheet Functions 1 July 1st 05 07:09 PM


All times are GMT +1. The time now is 02:05 PM.

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"