Sub myCopyFSO()
Dim objFSO As Object
Set objFSO = CreateObject(“Scripting.FileSystemObject”)
objFSO.copyFile “コピー元”, “コピー先”, True
Set objFSO = Nothing
End Sub
http://www.nurs.or.jp/~ppoy/access/access/acEt012.html
Access VBAでファイルコピー
![](https://midilin.cloudfree.jp/midilin/diary/wp-content/themes/cocoon-master/screenshot.jpg)
Sub myCopyFSO()
Dim objFSO As Object
Set objFSO = CreateObject(“Scripting.FileSystemObject”)
objFSO.copyFile “コピー元”, “コピー先”, True
Set objFSO = Nothing
End Sub
http://www.nurs.or.jp/~ppoy/access/access/acEt012.html