S
scorpion53061
I cannot figure out the equation of how this would work to automate MS Word
table style. This is the vba converted but it says that style is not a
member any ideas anyone?
With oDoc.Content.Style'Selection.Tables(1)
If .Style <> "Table Grid" Then
.Style = "Table Grid"
End If
.ApplyStyleHeadingRows = True
.ApplyStyleLastRow = True
.ApplyStyleFirstColumn = True
.ApplyStyleLastColumn = True
End With
table style. This is the vba converted but it says that style is not a
member any ideas anyone?
With oDoc.Content.Style'Selection.Tables(1)
If .Style <> "Table Grid" Then
.Style = "Table Grid"
End If
.ApplyStyleHeadingRows = True
.ApplyStyleLastRow = True
.ApplyStyleFirstColumn = True
.ApplyStyleLastColumn = True
End With