E> Как в VB MS Word получить номер строки и столбца выделенной ячейки в
E> таблице?
Cells Property
Returns a Cells collection that represents the table cells in a column, row,
selection, or range. Read-only.
For information about returning a single member of a collection, see
Returning an Object from a Collection.
The Item method returns a single object from a collection.
Если выделена больше чем одна ячейка, наверное их количество есть Count
'--------------------------
This example sets the current cell's background color to red.
If Selection.Information(wdWithInTable) = True Then
Selection.Cells(1).Shading.BackgroundPatternColorIndex = wdRed
Else
MsgBox "The insertion point is not in a table."
End If
With best regards, Andrew Shelkovenko.
<http://mira.xeno.ru/> - RQ Search and Replace