How to use Graphics/Objects in a formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use a formula such that "IF A=1 then copy a specific graphic/object on worksheet2 and paste it at a particular place in worksheet1"

Any body has a clue?? Thanks...
 
Depends on how A becomes 1.

If A refers to a cell and it changes value because of a formula, then use
the calculate event.

If A refers to a cell and it changes because someone edited it, then use the
change event.

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

You can get code for inserting a graphic on the worksheet by turning on the
macro recorder and doing

Insert=>Picture=>From file

--
Regards,
Tom Ogilvy

M1A2 Reemmer said:
I want to use a formula such that "IF A=1 then copy a specific
graphic/object on worksheet2 and paste it at a particular place in
worksheet1".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top