View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Hari Prasadh[_2_] Hari Prasadh[_2_] is offline
external usenet poster
 
Posts: 83
Default Placing triangle symbols WITHIN cell for significance testing

Hi Dana,

Thanks for the time you took to respond.

I also tried a recorded macro but got some irrelevant stuff (posted in a
somewhat related thread "Shooting a Bullet character in Excel cell.")

Thanks a lot,
Hari
India

"Dana DeLouis" wrote in message
...
I want to do this using a programmatic approach.


Oops. I missed the "programming" part. A recorded macro didn't help.
I'm not sure just yet.
--
Dana DeLouis
Win XP & Office 2003


"Dana DeLouis" wrote in message
...
Hi. Do Insert | Symbol | symbols tab.
Select "Arial" from the Font box (Upper left)
Select "Unicode" in From box (Lower Right)
Enter your Hex code in the "character code" box.

HTH :)
--
Dana DeLouis
Win XP & Office 2003


"Hari Prasadh" wrote in message
...
Hi,

I want to insert symbols (Arial font) 25BC, 25B2, 25C4 and 25BA from
Unicode (hex) -- Their descriptions are Black down-pointing
triangle/up-pointing triangle/left-pointing and right pointing triangle.

I tried code(1) to code(255) but none of them yielded the triangles I
require. I want to do this using a programmatic approach.

Is it possible and if yes, please guide me.

Thanks a lot,
Hari
India

PS: - I would be running some formulas for comparing cells across 2
columns (Z-test) and based on the result (True or false) would like to
place one of these symbols in the third column of the same row. then
using R Bovey's chart labeler show the significances in my charts.