View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default ClipArt to macro

turn on the macro recorder and do

Insert=Picture, then from file etc.

Position it where you want.

Turn off the macro recorder. Modify the code to do what you want.

To tie it to some condition, what generates the condition - someone editing
a cell, a calculation?

in any event:
See Chip Pearson's page on Events
http://www.cpearson.com/excel/events.htm

--
Regards,
Tom Ogilvy


"Glenn" wrote in message
...
First let me say I appreciate everyone's help. Me being a novice, you

guys
are a real help.
I would like to make a macro that would let me insert a pic (clipart) onto

a
worksheet. This clipart would insert on a worksheet if certain values are
true.
THANKS
Glenn