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
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
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.