A -----Column
http://www.myinnovera.com/Products/R..._IVR86961.aspx
https://www.fastenal.com/web/products/details/0720982
https://www.fastenal.com/web/products/details/0720982
B----------column
Remanufactured-75P6961-Laser-Toner--21000-Page-Yield--Black__IVR86961
0720982
0720982
please let me know
Private Sub CommandButton1_Click()
With ActiveSheet.QueryTables.Add(Connection:="URL;" & Me.txt2, Destination:=Range("$A$1"))
.Name = _
"GetData.TextBox1"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.WebSelectionType = xlAllTables
.WebFormatting = xlWebFormattingNone
.WebPreFormattedTextToColumns = True
.WebConsecutiveDelimitersAsOne = True
.WebSingleBlockTextImport = False
.WebDisableDateRecognition = False
.WebDisableRedirections = False
.Refresh BackgroundQuery:=False
End With
Unload Me
End Sub
Bookmarks