Hi again,

I've been scouring the net, but I can't find the character code for a white bullet ◦.

It's basically the opposite of
sub bullets
ActiveCell.FormulaR1C1 = Chr(149)
end sub
When I record a macro or copy and paste the symbol, it just shows a question mark (?). The unicode is 25E6, but whenever I type in ChrW(25E6) in my VBA editor, it returns as ChrW(25000000#) and a run time error.

Hope someone can help.

Thanks as always!!