View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ramyaedula@gmail.com is offline
external usenet poster
 
Posts: 1
Default Insert Autoshapes in excel

Hello,

I would like to insert an object (autoshape) in a Excel 2003.

If Value in a cell = UP then the autoshape UPARROW with blue color to
be displayed
If Value in a cell = DOWN then the autoshape DOWNARROW with blue color
to be displayed
If Value in a cell = FLAT then the autoshape FLAT with blue color to
be displayed( some thing like this, but all the ends are connected
<==)

I have to automate these values either by IF-THEN-ELSE or by using
Macro VB as the same needs to be displayed in a loop.

Can anyone help to provide the solution for this problem?

Thanks in advance for your help/suggestions