IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Voir le flux RSS

patricktoulon

  1. fonction getobject pour internet explorer (les page non ouvertes par vba

    par , 16/09/2018 à 14h50
    [CODE]Sub test()
    Dim objIE As Object
    url = "https://www.google.fr/?gws_rd=ssl"
    Set objIE = getobject_IE_BY_URL(url)
    If Not objIE Is Nothing Then
    MsgBox objIE.document.body.innertext
    'ici exploitation de objIE.document......
    Else
    MsgBox "cette page web n'est pas ouverte"
    End If
    End Sub
    Function getobject_IE_BY_URL(url) As Object
    Dim Wind As Object ...

    Mis à jour 16/09/2018 à 18h09 par dourouc05

    Catégories
    Sans catégorie