Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default excel image help

hello i need a bit of help programming the following problem in excel

the code is as follows

<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:Index="256" ss:AutoFitWidth="0" ss:Width="1.5"/


<Row ss:AutoFitHeight="0" ss:Height="30"
<Cell ss:MergeAcross="1" ss:StyleID="s40"<image href="C:\Documents and
Settings\andy holmes\My Documents\My
Pictures\andy_sgnature.JPG"</image<NamedCell
ss:Name="Print_Area"/</Cell



</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row


if i have this code for example what am i doing wrong to add a image the
file is in xml format

the file will be loaded into excel

for the life of me i cant figure out how excel places images in cells

thanks for any help u can give in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default excel image help

Excel does not place an image into the cell. Images float over a cell or
cells.

You will need to determine the cell, place the picture and resize the cell

In Excel 2003 and 2007 there are some differences

This previous thread addresses both

http://www.microsoft.com/office/comm...xp=&sloc=en-us



--
If this helps, please remember to click yes.


"aphxps" wrote:

hello i need a bit of help programming the following problem in excel

the code is as follows

<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:Index="256" ss:AutoFitWidth="0" ss:Width="1.5"/


<Row ss:AutoFitHeight="0" ss:Height="30"
<Cell ss:MergeAcross="1" ss:StyleID="s40"<image href="C:\Documents and
Settings\andy holmes\My Documents\My
Pictures\andy_sgnature.JPG"</image<NamedCell
ss:Name="Print_Area"/</Cell



</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row


if i have this code for example what am i doing wrong to add a image the
file is in xml format

the file will be loaded into excel

for the life of me i cant figure out how excel places images in cells

thanks for any help u can give in advance

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default excel image help

my apologies, I posted an incomplete link.

This is the correct link

http://www.microsoft.com/office/comm...b-a613baecf864
--
If this helps, please remember to click yes.


"Paul C" wrote:

Excel does not place an image into the cell. Images float over a cell or
cells.

You will need to determine the cell, place the picture and resize the cell

In Excel 2003 and 2007 there are some differences

This previous thread addresses both

http://www.microsoft.com/office/comm...xp=&sloc=en-us



--
If this helps, please remember to click yes.


"aphxps" wrote:

hello i need a bit of help programming the following problem in excel

the code is as follows

<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:Index="256" ss:AutoFitWidth="0" ss:Width="1.5"/


<Row ss:AutoFitHeight="0" ss:Height="30"
<Cell ss:MergeAcross="1" ss:StyleID="s40"<image href="C:\Documents and
Settings\andy holmes\My Documents\My
Pictures\andy_sgnature.JPG"</image<NamedCell
ss:Name="Print_Area"/</Cell



</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row


if i have this code for example what am i doing wrong to add a image the
file is in xml format

the file will be loaded into excel

for the life of me i cant figure out how excel places images in cells

thanks for any help u can give in advance

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default excel image help


those solutions are for visual basic i need a solution for xml code or java
would work also

"Paul C" wrote:

my apologies, I posted an incomplete link.

This is the correct link

http://www.microsoft.com/office/comm...b-a613baecf864
--
If this helps, please remember to click yes.


"Paul C" wrote:

Excel does not place an image into the cell. Images float over a cell or
cells.

You will need to determine the cell, place the picture and resize the cell

In Excel 2003 and 2007 there are some differences

This previous thread addresses both

http://www.microsoft.com/office/comm...xp=&sloc=en-us



--
If this helps, please remember to click yes.


"aphxps" wrote:

hello i need a bit of help programming the following problem in excel

the code is as follows

<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:AutoFitWidth="0" ss:Width="15"/
<Column ss:Index="256" ss:AutoFitWidth="0" ss:Width="1.5"/


<Row ss:AutoFitHeight="0" ss:Height="30"
<Cell ss:MergeAcross="1" ss:StyleID="s40"<image href="C:\Documents and
Settings\andy holmes\My Documents\My
Pictures\andy_sgnature.JPG"</image<NamedCell
ss:Name="Print_Area"/</Cell



</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row
<Row ss:AutoFitHeight="0" ss:Height="100"
</Row


if i have this code for example what am i doing wrong to add a image the
file is in xml format

the file will be loaded into excel

for the life of me i cant figure out how excel places images in cells

thanks for any help u can give in advance

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
Excel Image or Picture from SQL Image Data Type Sam K[_2_] Excel Programming 0 December 1st 08 11:04 PM
Andy Pope's button image editor; pasting icons to sheet then toolbar- why does image quality degrade? ker_01 Excel Programming 1 July 28th 08 01:57 PM
Is there any way to search image of my local drive with Image name or Image Title, Description [email protected] Excel Programming 3 August 3rd 07 01:44 PM
Hyperlink to an image in other worksheet, displaying entire image. twilliams Excel Worksheet Functions 0 February 7th 06 10:02 PM
Export the worksheet background image as an image file - possible? DataFreakFromUtah Excel Programming 2 April 10th 04 04:49 PM


All times are GMT +1. The time now is 10:55 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"