123456 vba

M

Mr. Bluemaxx

Tried this one as wellSubDynamicWebPage() ' here I define elemnts for the loop Dim sht As Worksheet Set sht = ThisWorkbook.Sheets("data") Dim LastRow As Long Dim i As Long LastRow = sht.Cells(sht.Rows.Count, "A").End(xlUp).Row ' here I define Internet Explorer Dim IE As Object Dim Doc As HTMLDocument Set IE = CreateObject("InternetExplorer.Application") ' here I define Object to sendkeys Dim SHELL_OBJECT SHELL_OBJECT = "WScript.Shell" Set objShell = CreateObject(SHELL_OBJECT) ' here I define range for the loop For i = 2 To LastRow ' here I ask the Internet explorer to

Continue reading...
 

Similar threads

M
Replies
0
Views
77
Mr. Bluemaxx
M
M
Replies
0
Views
74
Mr. Bluemaxx
M
M
Replies
0
Views
85
Mr. Bluemaxx
M
M
Replies
0
Views
90
Mr. Bluemaxx
M
Q
Replies
0
Views
309
Quay Qi Jing
Q
Back
Top Bottom