Z
zSplash
I have code that I need to run in both Word 9.0 and in Word 10.0 (2k and
XP). I have written the following, to accomodate both, but get an error
("") in Word 9.0. What's the work-around? I obviously have no Word 10.0
Object Library in References in the PC's with Word 9.0...
If Application.Version = "10.0" Then 'XP
With Options
.labelsmarttags = False
.displaysmarttagbuttons = False
End With
End If
TIA
XP). I have written the following, to accomodate both, but get an error
("") in Word 9.0. What's the work-around? I obviously have no Word 10.0
Object Library in References in the PC's with Word 9.0...
If Application.Version = "10.0" Then 'XP
With Options
.labelsmarttags = False
.displaysmarttagbuttons = False
End With
End If
TIA