Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to put the image under the text

Help! I can add an image (.jpg) to Excel through Shapes-AddPicture,
but how to put the image under the text, I have tried
sShape-ZOrder(Office::msoSendBehindText); no lucky.

anyone can help?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default How to put the image under the text

you cant.
the "cells" layer is always below any shapes.

the only exception being the (totally useless)
worksheet background image





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Jimmy wrote :

Help! I can add an image (.jpg) to Excel through Shapes-AddPicture,
but how to put the image under the text, I have tried
sShape-ZOrder(Office::msoSendBehindText); no lucky.

anyone can help?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to put the image under the text



Thanks keepITcool,
I saw one OCX control can do that.but i don't know how?(no source code)
if the sShape can't,is there any other way?

thanks again.

*** Sent via Developersdex http://www.developersdex.com ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default How to put the image under the text


put the text in a shape and
Zorder the text above the picture.

else buy the OCX.

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Jimmy zhuh wrote :



Thanks keepITcool,
I saw one OCX control can do that.but i don't know how?(no source
code) if the sShape can't,is there any other way?

thanks again.

*** Sent via Developersdex http://www.developersdex.com ***

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default How to put the image under the text

I'm surprised an OCX exists that can do that but I suppose anything is
possible.

If all you want to do is display some text over your picture you could put
it in a textbox from the Drawing toolbar. Format Fill to No Fill and maybe
Line to no line. You could link to a cell, select the textbox, then in the
inputbar =A1 and enter.

Regards,
Peter T

"Jimmy zhuh" wrote in message
...


Thanks keepITcool,
I saw one OCX control can do that.but i don't know how?(no source code)
if the sShape can't,is there any other way?

thanks again.

*** Sent via Developersdex http://www.developersdex.com ***



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
Customize the QAT with text rather than image I Teach Excel Discussion (Misc queries) 1 December 1st 09 01:25 PM
Image as text Emece Excel Discussion (Misc queries) 1 February 26th 09 01:44 PM
How can I extract the Text from a GIF Image? Please help! Jas Excel Programming 6 March 11th 05 02:24 AM
Image with mouseover text Matt Jensen Excel Programming 3 January 4th 05 04:19 PM
text over image pabs[_34_] Excel Programming 4 June 25th 04 03:30 PM


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