H
hals_left
How do I insert symbols into a table cell? The follwoing code fails
because its not a simple selection.
Thanks
hals_left
With ActiveDocument.Tables(2).Rows(1)
.Cells(j).Select
Selection.InsertSymbol Font:="Wingdings", CharacterNumber:=-3842,
Unicode:=True
End With
because its not a simple selection.
Thanks
hals_left
With ActiveDocument.Tables(2).Rows(1)
.Cells(j).Select
Selection.InsertSymbol Font:="Wingdings", CharacterNumber:=-3842,
Unicode:=True
End With