Oz has attended:
Excel VBA Intro Intermediate course
Pivot tables
Is there a quick way to deselect and select items in a pivot table using VBA?
RE: Pivot tables
Hi Oz, thanks for your query. You can select elements in a pivot table in exactly the same way as elements in a normal table. For example:
Range("A4").Select
Hope this helps,
Anthony