WshShell.SpecialFolders(\"Desktop\")
Jeg søger stien til skrivebordet :Private Sub Command1_Click()
Dim WshShell As Object
Set WshShell = Wscript.CreateObject(\"Wscript.Shell\")
MsgBox \"Your desktop is \" & WshShell.SpecialFolders(\"Desktop\")
End Sub
Og jeg for fejl
Variable not defined
Kan i se fejlen ???