Is it possible to insert bullets into an excel document?
Also, you could put Gord's keyboard shortcut in a macro in your personal
macro workbook and assign it to a custom button on your toolbar.
Sub Bullet()
Selection.Value = "€¢"
End Sub
"Meenie" wrote:
Thanks, Dave, this might not be the penultimate answer, but it's got to be
better than what I was trying to do! :)
"Dave F" wrote:
The only way I know of is to go to Insert--Symbol and scroll through all the
font's characters until you find it. There probably is a keyboard shortcut,
since it is a font symbol, however, I've never undertood those keyboard
shortcuts. Perhaps someone else knows how to use the keyboard to get the
symbol to appear.
Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
"Meenie" wrote:
Other than using the drawing toolbar and trying to resize and move the object
into place, that is? :)
Thanks, Meenie
|