A
Alex St-Pierre
Hi,
If I make a Ctrl-F8 at the line "For i = 1 To tbl.Rows.Count" and execute F5
thereafter, all works good. I tried to make a Ctrl-F8 only at the end of the
following code and the results is not good.
I really don't know why the result is not the same ?
Can it be a word refresh problem ??
Thanks,
Alex
Dim LargeurCol(6) As Variant
Dim LargeurCol2(100, 6) As Variant
Dim rngExcel As Excel.Range
Dim tbl As Word.Table
If I make a Ctrl-F8 at the line "For i = 1 To tbl.Rows.Count" and execute F5
thereafter, all works good. I tried to make a Ctrl-F8 only at the end of the
following code and the results is not good.
I really don't know why the result is not the same ?
Can it be a word refresh problem ??
Thanks,
Alex
Dim LargeurCol(6) As Variant
Dim LargeurCol2(100, 6) As Variant
Dim rngExcel As Excel.Range
Dim tbl As Word.Table