Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How do you insert wingdings symbols using VBA macro?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default How do you insert wingdings symbols using VBA macro?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How do you insert wingdings symbols using VBA macro?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to insert maths symbols into an excell function? Maths symbols on excell Excel Worksheet Functions 1 May 16th 10 08:53 PM
How to insert symbols if you don't have a symbol menu? Bine_NZ Excel Discussion (Misc queries) 1 September 17th 09 04:19 AM
install symbols on the insert menu? Bewildered Jim Setting up and Configuration of Excel 1 August 11th 05 03:20 PM
How do I insert currency symbols in Excel? The Angry Ant Excel Discussion (Misc queries) 1 June 27th 05 09:15 PM
How do I insert symbols using VBA? VBtwisted Excel Programming 2 May 30th 05 05:13 AM


All times are GMT +1. The time now is 09:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"