| ©«¤l552 ¥DÃD3 ºëµØ0 ¿n¤À578 ÂI¦W0  §@·~¨t²Îwin7 ³nÅ骩¥»office 2010 ¾\ŪÅv50 ©Ê§O¨k µù¥U®É¶¡2015-2-8 ³Ì«áµn¿ý2024-7-9 
   
 | 
                
| ¦^´_ 1# starry1314 
 
 ¤]¥i¥H³o¼Ë¡I
 ½Æ»s¥N½XOption Explicit
Sub ¥¨¶°1()
    Dim c As Range
    With Sheets("¤u§@ªí1")
        Set c = .Rows(3).Find("P.P", , , , , 1) '©¹«á´M§ä
        .PageSetup.PrintArea = .Range(.Cells(Rows.Count, 1).End(xlUp), Cells(2, c.Column)).Address '³]©w¦C¦L½d³ò
        .PrintOut Copies:=1, Collate:=True, IgnorePrintAreas:=False '¦C¦L
        Set c = Nothing
        Set c = .Rows(3).Find("P.P", , , , , 2) '©¹«e´M§ä
        .PageSetup.PrintArea = .Range(.Cells(Rows.Count, 1).End(xlUp), Cells(2, c.Column)).Address '³]©w¦C¦L½d³ò
        .PrintOut Copies:=1, Collate:=True, IgnorePrintAreas:=False '¦C¦L
        Set c = Nothing
    End With
End Sub
 | 
 |