but this is not a vba language !!!
Posts by ABBAN270
-
-
thanks
but am talking about files on gdrive
not in my hard drive
-
Hello every one
how can i list file links in my shared folder on Google drive
if it is not possible
how can i download all files found on the folder
thanks in advance
-
-
-
Hi every one
I want to extract the link that is in this page
https://old.goo-2o.com/5dfd16ae0d783
found in the text "Click here"
but the problem is: the result in the Debug is always "NULL"
here is my code
CodeSet elems= html.getElementsByClassName("unauth_capsule clearfix") For Each elm In elems result = elm.getAttribute("href") Debug.Print result Next
Thanks in advance