How can I determine the current row in which table selection is active in a Word VBA macro ?
I tried all the options without success:
MsgBox Selection.Range MsgBox Selection.Rows.Item.Index
I myself realized:
MsgBox Selection.Information(wdEndOfRangeRowNumber) MsgBox Selection.Cells(1).RowIndex
Source: https://habr.com/ru/post/1388453/More articles:Monotouch: MT.Dialog scroll down? - uitableviewAndroid Honeycomb - how to show suggestions for SearchView when query text is empty? - androidReading registry keys from VBA - vbaNetwork performance over OSX over nettop - cocoaSQL Query to insert values ββfrom one table into another - sqlCan I use the content delivery network for Intellisense in Visual Studio 2008? - jqueryRuby - every nth iteration - ruby ββ| fooobar.com"Fatal error: cannot override class" ... but class was not declared - importstring behavior in C - cAWS EC2: how to get a breakdown of data transfer per instance - amazon-web-servicesAll Articles