W
ward
Hello,
Does anybody know how to determine the number of the
current row (and column) in the current table?
i tried using something based on the explanation in
http://www.mvps.org/word/FAQs/MacrosVBA/GetIndexNoOfPara.ht
m
debug.Print Selection.tables(1).Range(0, Selection.Tables
(1).Range.End).rows.Count
but i couldn't get it to work.
any ideas?
Ward
Does anybody know how to determine the number of the
current row (and column) in the current table?
i tried using something based on the explanation in
http://www.mvps.org/word/FAQs/MacrosVBA/GetIndexNoOfPara.ht
m
debug.Print Selection.tables(1).Range(0, Selection.Tables
(1).Range.End).rows.Count
but i couldn't get it to work.
any ideas?
Ward