Help for this page

Select Code to Download


  1. or download this
        
          Range("A1").Select
        With Selection.Interior
    ...
            .Pattern = xlSolid
        End With
    
  2. or download this
    PERL -->
          $app->Range("A1")->Select with Selection->Interior({'ColorIndex'
    +} => 8,{'Pattern'} => "xlSolid");