Is there any way to get an excel formula to display a picture?

S

ShawnC

Is there any way to get an excel formula to display a picture or drawing of
an arrow showing an increase or decrease in a set of values?
 
A

Arvi Laanemets

Hi

You can write an UDF which uses VBA CharW() function to return an arrow by
its ANSI code. ANSI codes for various arrows are in range 8592 - 8660.
 
Top