I try to avoid using bullets in Excel. But, when I do use them, I create the bullet in Word (using insert-symbol) and then paste it into Excel. If you paste into the column just to the left of your data and right align it, it looks pretty good.
I'm fairly new to Excel, but can't you create a new column and use the =CHAR(149) or =CHAR(186)
to create the bullet? Sorry if I'm wrong..
Here are two ways to do it
To create a bullet manually, press the Alt key and simultaneously enter 249. Let go of the Alt key and press Enter.
The VBA line of code for that is
ActiveCell.Value = ""
From there you can edit the cell by selectively formatting that (or any other character) for size and color, which of course VBA can also handle if you prefer.
The bullet looks kind of "Square-ish" in 10 point on the monitor screen, but in a larger font size appears more circular. It will print "circular-shaped" regardless of the font size.
HTH
Tom Urtis
Hold down the ALT key and press the number 7 on the keypad. This works across multiple platforms including Excel.