I just want to get value from one cell in TotalsRowRange. If I write myTable.TotalsRowRange(9).Select everything works fine. But how I can select that cell in TotalsRowRange by using headers row name? I can select column like next myTable.ListColumns("Stake").DataBodyRange.Select
Next does not...