C
Chris
Found this code off a MVP web site and trying to tweak it to work with
Access and Word 2000 I get the error message "object doesn't supprt this
property or method" on the editautotext line
code in Access 2000 is applying to word template with offerlist added as
autotext
If strPrdList <> "NONE" Then
With objWord
.EditAutoText Name:="OfferList", Context:=1, INSERT:=True
.CharLeft
.INSERT strPrdList
.EditGoto "\Para"
.Bold
.BorderTop 1
End With
End If
Any ideas appreciated
Thanks
Chris
Access and Word 2000 I get the error message "object doesn't supprt this
property or method" on the editautotext line
code in Access 2000 is applying to word template with offerlist added as
autotext
If strPrdList <> "NONE" Then
With objWord
.EditAutoText Name:="OfferList", Context:=1, INSERT:=True
.CharLeft
.INSERT strPrdList
.EditGoto "\Para"
.Bold
.BorderTop 1
End With
End If
Any ideas appreciated
Thanks
Chris