Skip to main content

AccessTr.neT


Importing Web Page Html Elements Text Using Vba

Importing Web Page Html Elements Text Using Vba

#2
Kod:
Private Sub Button_Click()

Dim LR As Long
Dim Tgtrw As Long

' Insert Sheet Copy and return to Active Sheet code here

LR =Range("A" & Rows.Count).end(xlUp).Row
For Tgtrw = 3 to LR
GTWebAccess Tgtrw
Next Tgtrw

' Insert Code to delete copy sheet and save workbook here
End Sub

@benbendedeilem
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: Importing Web Page Html Elements Text Using Vba - Yazar: accessman - 11/01/2020, 09:44
Task