| ©«¤l967 ¥DÃD0 ºëµØ0 ¿n¤À1001 ÂI¦W0  §@·~¨t²ÎWIN XP ³nÅ骩¥»OFFICE 2003 ¾\ŪÅv50 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-11-29 ³Ì«áµn¿ý2022-5-17 
  
 | 
                
| ¦^´_ 1# fangsc 
 ¤@¦¸ÁôÂÃ
 ½Æ»s¥N½XWith ActiveSheet
  For fcsty = 4 To put_rownum
    If .Cells(fcsty, "B") <> "" And Not .Cells(fcsty, "A") Like "*¦Xp" Then
       If .Cells(fcsty, hid_colnum) < put_maxnum And .Cells(fcsty, hid_colnum) > put_minnum Then
          Rng = IIf(Rng = "", "A" & fcsty, Rng & "," & "A" & fcsty)
       End If
    End If
  Next
End With
Rows("4:" & put_rownum).Hidden = False
Range(Rng).EntireRow.Hidden = True
End Sub
 | 
 |