#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default help with vba

I have a situation where one excel file contains 10,000 and I need to
compile a summary list similar to this SQL statement:
Select Vendor, Month(po_date), sum(po_amt) as po_amt
Where isb='YES'
Group By Vendor, Month(po_date)

result will look like this:
VENDOR JAN FEB MAR APR etc..
A 10000 10000 50000
B 33456 23242 239385
C 21243 95840 843040
etc..


Is it possible to:
1) create a pivot table using VBA,
2) and if the 10,000 records get updated, the pivot table will auto refresh

The result of the above pivot table will be referenced on another excel
file.

Pls help. TIA~


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"