Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Dai Tanaka   on Aug 15 In MS Office Category.

  
Question Answered By: Jawna Mohammad   on Aug 15

Do something like the following:
ActiveCell.Value = "u"
With Selection.Font
.Name = "Wingdings 3"
.Size = 10
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ColorIndex = xlAutomatic
End With
All I have done is to define the font as well. The above gives a solid
right-pointing large arrow.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Insert symbols Or get search suggestion and latest updates.


Tagged: