View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Attach object (eg image) to worksheet

insert=Pictrue=From file.

will store it on the worksheet (and in the xls file). You can copy it to a
graph either manually or with code or place it there originally. (do it
with the chart the active selection if doing it manually)

--
Regards,
Tom Ogilvy


"usadream" wrote:


Hi all,

I have a basic question, is it possible to attach an object (e.g. a jpg
or gif image) to a worksheet in order have it included in the excel
file?

The underlying idea is to write a code that accesses an image stored
with the excel file (and not somewhere on a drive) and shows it e.g. on
a graph. Is that even possible? If yes, how?

thanx in advance for your answers

regards
thomas


--
usadream
------------------------------------------------------------------------
usadream's Profile: http://www.excelforum.com/member.php...o&userid=32703
View this thread: http://www.excelforum.com/showthread...hreadid=526724