S
Sol Apache
I want to select text in a cell of a table where the cursor is and replace
it with an autotext entry. This macro selects the cell, but I get an error
message when I try to replace the text:
ActiveDocument.Tables(1).Cell(1,2).Select
NormalTemplate.AutoTextEntries("Attention:").Insert Where:=Selection.Range
Any help appreciated.
Sol
it with an autotext entry. This macro selects the cell, but I get an error
message when I try to replace the text:
ActiveDocument.Tables(1).Cell(1,2).Select
NormalTemplate.AutoTextEntries("Attention:").Insert Where:=Selection.Range
Any help appreciated.
Sol