A
andreas
I wonder whether it is possible to iterate through a collection of
objects and omit a couple of iterations, such as
Dim i as integer
For i = 1 to 7 Skip 3,4
Set tbl = ActiveDocument.Tables(i)
If tbl.Rows(1) etc. then
do stuff
End If
Next i
Is this possible, ie. skip the third and fourth table ? `
Help is appreciated. Thank you very much in advance.
Regards,
Andreas
objects and omit a couple of iterations, such as
Dim i as integer
For i = 1 to 7 Skip 3,4
Set tbl = ActiveDocument.Tables(i)
If tbl.Rows(1) etc. then
do stuff
End If
Next i
Is this possible, ie. skip the third and fourth table ? `
Help is appreciated. Thank you very much in advance.
Regards,
Andreas