N
Nigel Bufton
The following crashes on non-English language systems.
With oApp.Selection.Tables(1)
If .Style <> "Table Grid" Then
.Style = "Table Grid"
End If
End With
How should this be expressed to work in all locales?
(This is in a VB6 app using late binding.)
Thanks,
Nigel
With oApp.Selection.Tables(1)
If .Style <> "Table Grid" Then
.Style = "Table Grid"
End If
End With
How should this be expressed to work in all locales?
(This is in a VB6 app using late binding.)
Thanks,
Nigel