A
aphxps
hello i need a bit of help programming the following problem in excel
the code is as follows its in xml
also please dont respond with visual basic answers i need a xml solution
<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
the code is as follows its in xml
also please dont respond with visual basic answers i need a xml solution
<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