Help for this page

Select Code to Download


  1. or download this
    Sub CreateTableOfContents()
        ' Copyright 2002 MrExcel.com
    ...
            End If
        Next S
    End Sub
    
  2. or download this
    object.method(argument).property = value
    
    ...
    becomes this in Perl:
    
    $Chart->Axes(xlCategory, xlPrimary)->{CategoryType} = xlCategoryScale;