View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default text overlay on image

You'd have to use shapes (your graphic and one or more shapes with text) and
position them relative to each other.
Try reording a macro while creating a simple example. It should give you a
starting point.

Tim

--
Tim Williams
Palo Alto, CA


"Sandy Ryan" wrote in message
...
i have a worksheet - based on a pulldown determines which graphic is
displayed in a particular position.
then the user inputs a value in one or more fields.
depending on the picture determines where the inputted values are

displayed
How do i do this? i can't find any documentation relative to text overlays
for excel
Sandy