Link to home
Create AccountLog in
Avatar of Curt_Hasan
Curt_HasanFlag for United States of America

asked on

How do I build VBA in Excel to edit muiltiple sheets in a workbook and then produce a graph for each sheet?

The attached worksheet has master sheet called (Incremental EEI), which contains 31 days of data.  I've segregated the data by date on seperate sheets.  Sheet2 I edit ed the array to include only hourly increments, and created graph.  I have to perform this same on each of the 32 sheets within the workbook.  I'll have to this for each month.  Can VBA or macro solution be delevloped to accomplish this routine tasking?  If so, how? FANG-DEC-2010-Breakdown.xlsx
Avatar of Jan Karel Pieterse
Jan Karel Pieterse
Flag of Netherlands image

I'd suggest to use just one report sheet, which uses formulas to extract the right information from your data to show the chart, see attached.
FANG-DEC-2010-BreakdownJKP.xlsx
Avatar of Curt_Hasan

ASKER

Your solution can possibly work.  However, how would you apply this solution to graphing each days data?
ASKER CERTIFIED SOLUTION
Avatar of Jan Karel Pieterse
Jan Karel Pieterse
Flag of Netherlands image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer