Hi,
say I have the following table:
<tbody>
Date
Customer
Orders
2-Jan
Jennifer
2
15-Jan
Robert
3
16-Jan
Sam
1
17-Jan
Hassan
6
18-Jan
Jennifer
3
19-Jan
Robert
2
22-Jan
Sam
10
24-Jan
Hassan
2
25-Jan
Hassan
4
</tbody>
It is possible to get Pivot Table data WITH VBA WITHOUT...