123456 vba

  • Thread starter Thread starter Mr. Bluemaxx
  • Start date Start date
M

Mr. Bluemaxx

Guest
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
5
Mr. Bluemaxx
M
M
Replies
0
Views
9
Mr. Bluemaxx
M
M
Replies
0
Views
6
Mr. Bluemaxx
M
Back
Top