Hallo,
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.GetFolder(".")
MsgBox objFolder.Path
Set objFolder = Nothing
Set objFSO = Nothing
Tschau, Stefan
Hallo,
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.GetFolder(".")
MsgBox objFolder.Path
Set objFolder = Nothing
Set objFSO = Nothing
Tschau, Stefan