Help for this page

Select Code to Download


  1. or download this
    Sub Macro1()
        Sheets("Graph").Select
    ...
        ActiveChart.SetSourceData Source:=Sheets("Data").Range("A1:C49"), 
    +PlotBy:= _
            xlColumns
    End Sub
    
  2. or download this
    use strict;
    use warnings;
    ...
    undef $workbook;
    undef $excel;
    exit();