ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] (¤w¸Ñ¨M)´M§ä¬Y¯S©w¤½¦¡¦b¶K¤W­È

  1. Sub test()
  2. For Each c In ActiveSheet.Cells.SpecialCells(xlCellTypeFormulas, 23)
  3. If c.Formula Like "*.xls]" & "*" Then
  4. c.Formula = c.Value
  5. End If
  6. Next
  7. End Sub
½Æ»s¥N½X

TOP

¥»©«³Ì«á¥Ñ oobird ©ó 2011-10-17 19:22 ½s¿è

Sub test()
On Error GoTo 1
For Each c In ActiveSheet.Cells.SpecialCells(xlCellTypeFormulas, 23)
If c.Formula Like "*.xls]" & "*" Then
c.Formula = c.Value
End If
Next
1
End Sub
¥[¤W¬õ¦r²¤¹L

TOP

        ÀR«ä¦Û¦b : ¤H¥Í³Ì¤jªº¦¨´N¬O±q¥¢±Ñ¤¤¯¸°_¨Ó¡C
ªð¦^¦Cªí ¤W¤@¥DÃD