excel 2007 - Creating Pivot table and chart with multiple worksheets -


i'm facing problem regarding creating pivot table , chart multiple worksheets.
i have created pivot table , chart using microsoft query. followed steps blog: http://www.ashishmathur.com/create-a-pivot-table-from-multiple-worksheets-in-the-same-workbook/
right now, i'm figuring out how can add new data pivot table.
is possible add new worksheets of data created query , pivot table?
or need create on again everytime add new worksheet of data?

fyi: i'm using excel 2007 , data contains same no. of columns , same column names.

looks need add 1 more block of unionall select * dummy2.
if you'd need weekly or daily recommend getting know basic macro editing enable pull data numerous sheets summary 1 , base sql on single sheet.

sub loop_through_sheets() dim ws worksheet 'define worksheet each ws in activeworkbook.worksheets 'for each worksheet if ws.name "yourstring" 'make sure don't consolidate summary sheet call datagrab(ws) end if next ws end sub 

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -