I have written a macro that uses the following code to insert or not insert specific text in a letter.
If OptButInclude.Value = True Then
Selection.GoTo What:=wdGoToBookmark, Name:=”OtherFees”
Selection.TypeText Text:=txtOtherFees
ElseIf OptButExclude.Value = True Then
ChosenOption = “”
End If
When I run it on my machine, XPP/OffXP, it runs fine. However, I have one user running Win2K/Off2K on whose machine keeps getting a scripting error. She is getting a wee bit annoyed as when iot fails she has input a fair amount of information.
Can anyone help.