Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to write/record a VBA macro to insert a wingdings 2 symbol? I
am specifically interested in the the open circle, solid black circle, open square, and solid black square. Thanks for any help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub demo()
With ActiveCell .Value = 1 .Font.Name = "Wingdings 2" End With End Sub -- Gary''s Student - gsnu200734 "mamabear" wrote: Is there a way to write/record a VBA macro to insert a wingdings 2 symbol? I am specifically interested in the the open circle, solid black circle, open square, and solid black square. Thanks for any help! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
nope, that didn't seem to work. i'm an amateur, so more instruction may be
needed. thanks. "Gary''s Student" wrote: Sub demo() With ActiveCell .Value = 1 .Font.Name = "Wingdings 2" End With End Sub -- Gary''s Student - gsnu200734 "mamabear" wrote: Is there a way to write/record a VBA macro to insert a wingdings 2 symbol? I am specifically interested in the the open circle, solid black circle, open square, and solid black square. Thanks for any help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to insert maths symbols into an excell function? | Excel Worksheet Functions | |||
How to insert symbols if you don't have a symbol menu? | Excel Discussion (Misc queries) | |||
install symbols on the insert menu? | Setting up and Configuration of Excel | |||
How do I insert currency symbols in Excel? | Excel Discussion (Misc queries) | |||
How do I insert symbols using VBA? | Excel Programming |