How do I output special character to a specific cell (x,y)?
How do I output a special character to a specific cell(x,y) ?
For example, I am trying to use something like :
Selection.InsertSymbol Font:="Times New Roman", CharacterNumber:=9632, _
Unicode:=True
for a specific cell, but I can't get the line correct.
Thanks (again, today) !
|