DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub deneme()
For Each acık_url In CreateObject("Shell.Application").Windows
If TypeName(acık_url.Document) = "HTMLDocument" Then
i = i + 1
Cells(i, 1) = acık_url.LocationURL
End If
Next
End Sub
Sub Chrome_sayfası_kapat()
Columns("A:A").ClearContents
Dim aranan As Variant
With CreateObject("Word.Application")
For Each aranan In .Tasks
deg1 = Split(aranan.Name, "Google Chrome")
If UBound(deg1) > 0 Then
j = j + 1
Cells(j, 1) = aranan.Name
deg2 = Split(aranan.Name, "Excel WEB TR Forum")
'deg2 = Split(aranan.Name, "Facebook")
If UBound(deg2) > 0 Then
If aranan.Visible Then
MsgBox aranan.Name
'.Tasks(aranan.Name).Close ' wep sitesini kapat
End If
End If
End If
Next aranan
End With
End Sub