S ShawnC Apr 9, 2008 #1 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?
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 Apr 9, 2008 #2 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.
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.
R ryguy7272 Apr 9, 2008 #3 View this file: http://www.freefilehosting.net/download/3f3e2 Notice, data in Column B is formatted as Wingdings3. Regards, Ryan---
View this file: http://www.freefilehosting.net/download/3f3e2 Notice, data in Column B is formatted as Wingdings3. Regards, Ryan---