- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 110
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-5-7
               
|
¦^´_ 3# freeffly - Sub ex()
- Dim A As Range '¦¹¨Ò¥u¾A¥Î¤u§@ªí©úºÙ¬°¨Ó·½°Ñ·Ó¤º®e
- If WorksheetFunction.CountIf(UsedRange, "=#REF!") = 0 Then Exit Sub
- For Each A In Cells.SpecialCells(xlCellTypeFormulas, xlErrors)
- If A.Value = CVErr(xlErrRef) Then
- Set b = A.Precedents '¨Ó·½°Ñ·Ó
- Sheets.Add(after:=Sheets(Sheets.Count)).Name = b.Text
- End If
- Next
- End Sub
½Æ»s¥N½X |
|