M
Mark
i am trying to insert a symbol in a cell with the following code:
ActiveDocument.Tables(3).Rows(Tables(3).Rows.Count).Cells(2).Select
Selection.InsertSymbol Font:="Wingdings", CharacterNumber:=-3844, Unicode _
:=True
but it throws up an error -
Run time error 4605
The method or property is not available because the object does not refer to
a simple range or selection.
This routine is called from a cmdbutton on the document.
Can someone please point me in the right direction?
Many thanks
ActiveDocument.Tables(3).Rows(Tables(3).Rows.Count).Cells(2).Select
Selection.InsertSymbol Font:="Wingdings", CharacterNumber:=-3844, Unicode _
:=True
but it throws up an error -
Run time error 4605
The method or property is not available because the object does not refer to
a simple range or selection.
This routine is called from a cmdbutton on the document.
Can someone please point me in the right direction?
Many thanks