Help for this page

Select Code to Download


  1. or download this
    
    #Insert logo and title
    ...
    $sheet -> Range("F1:S1")    -> {HorizontalAlignment}    = xlCenter;
    $sheet -> Range("F1:S1")    -> {VerticalAlignment}         = xlCenter;
    $sheet -> Range("F1:S1")    -> {Value}        = "Great Job!";