Set objShellApp = CreateObject("Shell.Application")
Dim winFolder
For Each wFolder In objShellApp.Windows
On Error Resume Next
isFolder = wFolder.document.folder ' An IE window does not support ".document.folder". We get the first Windows Explorer window.
If Err = 0 Then
wFolder.Visible = True
Set winFolder = wFolder
Exit For
End If
Next
Musi istnieć lepszy sposób na odróżnienie Eksploratora Windows od Internet Explorera.
Byłbym wdzięczny za twoją pomoc.
VBS: Wybierz element w ostatnim aktywnym oknie Eksploratora Windows
Odpowiedzi:
Zastąpić
z
źródło