Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sal21
  • Order by date
  1. sal21

    scraping table in web page

    For strongm. Finally i decide to use the code "GetJsonData()", in effect the Json return all info for my project. But a dubt... after a send copmmend, is require a check for response, similar i use IE: Do While IE.Busy: DoEvents: Loop Do Until IE.readyState = 4: DoEvents: Loop
  2. sal21

    scraping table in web page

    For strongm. Can you post the link for the download the selenium 32 bit and Chromedrive.exe in 32 bit? Tks
  3. sal21

    scraping table in web page

    Hi softwarert.... tks fior code. But same error as in image, in bot.Start "chrome", "https://demo.istat.it/app/?i=D7B&l=it&a=2024"
  4. sal21

    scraping table in web page

    Hi strongm, I have installed a selenium and chromedriver. This code work perfect in VBA for Excel, but on VB 6.0, have the error in image: i have set also Selenuium type library in preference of VB 6.0 Sub TEST_CHROME() Dim BOT As New WebDriver Dim rowc, cc, columnC As Integer BOT.start...
  5. sal21

    scraping table in web page

    Styrongm, The json file. dont return correctlly... I don't see in what's in the original table!
  6. sal21

    scraping table in web page

    Strongm, yes! Great code for JSON. But the export directlly in CSV, Is a good idea, or not?
  7. sal21

    scraping table in web page

    Strongm, tks as usual for code! Workd perfect! But, I have see with attention the web page, after i have clicked on Cerca the page have a button Esporta Csv (see image), this button downlod the csv fron current selection, possible, to click on it and save the xcurrent csv in c:\test\084.csv...
  8. sal21

    scraping table in web page

    For strongm, only you.... please help Yes sufficient Json resulty
  9. sal21

    scraping table in web page

    Hi softwarert, tks for code, but have erroe in: Set Table = IE.Document.getElementById("result-table")
  10. sal21

    scraping table in web page

    based: https://demo.istat.it/app/?i=D7B&l=it&a=2024 to have the result: 1) click on button: Vista Territoriale 2) click on radio button: Tutti i comuni della provincia selezionata (Seleziona la provincia) 3) choice Como 4) click on Listbox mese choice Luglio $) click on button Cerca Appear a...
  11. sal21

    scrping in listbox in a web page

    based this link: https://demo.istat.it/app/?i=D7B&l=it Click for first on "vista territoriale" and check the chekpoint "Tutti i comuni della provincia selezionata (Seleziona la provincia" i need to scraping all item in listbox "Tutti i comuni della provincia selezionata (Seleziona la...
  12. sal21

    difficult to crteate a query very complicated

    Sorry strongm. No prob for time. Tks.
  13. sal21

    checkbox on msflex grid

    For strongm. Admit i checke tree or more Cell, i need to maintain tha last cheched Cell and set the rest...to nothing I dont know the way. Similari optionbutton
  14. sal21

    Alternate row color in treeview

    Possibile alternate row color in a treeview? Tks
  15. sal21

    COUNT all items in trteeview in last level

    Debug.Print TreeView1.nodes(0).children.Count
  16. sal21

    Check of valute change in text file

    Bro. No code, not have idea to do. Sorry
  17. sal21

    Check of valute change in text file

    Sample.... First occorrente = 11111, loop line by line, 11111<>22222, then, call my code, actually 22222<>33333, then call my code, ecc...
  18. sal21

    Check of valute change in text file

    I ready a text file with a line by line. I can have in text file: 1111 1111 1111 1111 1111 2222 2222 2222 3333 3333 5555 5555 5555 6666 8888 8888 9999 I get the value similar Myvar=Left 4 of line Now i need to check. When 1111 <> 2222 Then stop
  19. sal21

    Duplicate yes

    I Just have a tablet in access database. I need to set the index of field named TS with: Duplicate yes Via vb6 naturally My ADO con Is named CON and Just Is opened
  20. sal21

    UPDATE DAO RECORDSET

    A friend suggest me to set the connection with a dao.workspace. But i dont know how to!

Part and Inventory Search

Back
Top