Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the code below to find the Total cell in a pivot table.
Issue: When a cell in the range is active; Selection.End(xlDown).Select, sometimes selects the active cell, and sometimes selects the Total cell at the bottom of the range which is correct. How do I force the select to the bottom of the Pivot Table? Range("A19").Select Selection.End(xlToRight).Select Selection.End(xlDown).Select Selection.ShowDetail = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AUTO SELECT A RANGE FOR PIVOT TABLE | New Users to Excel | |||
Using cursor keys to select Pivot Table Source Data Range | Excel Discussion (Misc queries) | |||
select range for pivot table command | Excel Programming | |||
Pivot Table Select Range of Value | Excel Programming | |||
How to select range of values in pivot table? | Excel Programming |