Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What you describe is doable but have you considered using arrows from a font
such as Windinsg3 or Marlett with respective characters in an If formula, together with Conditional formatting to change the font colour. Regards, Peter T wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatically insert autoshapes when cells are updated? | Excel Discussion (Misc queries) | |||
How can I delete a series of autoshapes in Excel in one hit? | Excel Worksheet Functions | |||
Excel 2007 and Autoshapes | Excel Discussion (Misc queries) | |||
excel positioning in points for autoshapes | Excel Programming | |||
Can I select and Group Autoshapes in Excel 97 ? | New Users to Excel |