COLUMN l A has text format
and put tick mark through macro
if i put Cell(1, "A") .VALUE = "Ö"
but it put the same vlaue "Ö" here instead tick mark.
pl help.
Printable View
COLUMN l A has text format
and put tick mark through macro
if i put Cell(1, "A") .VALUE = "Ö"
but it put the same vlaue "Ö" here instead tick mark.
pl help.
Try This
Code:Sub Sample()
ActiveCell.Value = "ü"
ActiveCell.Characters.Font.Name = "Wingdings"
End Sub
Kool
i want v tick mark
it puts x one
Show me the code that you are using...
ActiveCell.Value = "b"
ActiveCell.Characters.Font.Name = "Wingdings"
if i use this one it shows as tick mark
sorry i am wrong, it works great. thanks