Object variable or With block variable not set (Error 91)

Katılım
15 Nisan 2006
Mesajlar
9
Selamlar,
Ben C:\Tmp altindaki dosyalari C:\etc altina tasimak icin kullandigim

Sub Test3()
Dim fso As Object
Set fso = CreateObject("Scripting.FileSystemObject")
fso.Movefile "C:\Tmp\*.*", "C:\etc\"
End Sub


Object variable or With block variable not set (Error 91) Hata mesajini veriyor. Sebebini ben bulamadim.
 
Üst