VBAを使用してファイルをあるフォルダーから別のフォルダーに移動する必要があります。
For m = 1 To fnum
MsgBox " Please Select " & m & "files"
ffiles(m) = Application.GetOpenFilename
Next m
If Dir(outputfolder) = "" Then
fso.createfolder (outputfolder)
End If
fso.Movefile ffiles(m), outputfolder " getting error at this place "
エラーメッセージが表示されます。
Error message id "Runtime error 438 . Object doesnt support this property "