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

[µo°Ý] ½Ð°Ýexcel¥i¥H±N·Q­nÀÉ®×¥þ³£²¾°Ê½Æ»s¨ì©T©w¸ê®Æ§¨¤º¶Ü?

Sub TEST()
Dim xR As Range, FS, xFile$
Set FS = CreateObject("Scripting.FileSystemObject")
For Each xR In Range([A1], [A65536].End(xlUp))
¡@¡@If xR <> "" Then
¡@¡@¡@¡@xFile = "D:\123\" & xR & "*.pdf"
¡@¡@¡@¡@If Dir(xFile) <> "" Then FS.CopyFile xFile, "D:\456\"
¡@¡@End If
Next
End Sub

TOP

        ÀR«ä¦Û¦b : ¯àµ½¥Î®É¶¡ªº¤H¡A¥²¯à´x´¤¦Û¤v§V¤Oªº¤è¦V¡C
ªð¦^¦Cªí ¤W¤@¥DÃD