Wise Owl Answers - How do I import tab delimited files with ActiveX Data Objects?

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 21

  • @janezklun
    @janezklun 11 месяцев назад +1

    Hi Andrew, the best vba there is on YT, thank you for nice explanation of complex topic.

    • @WiseOwlTutorials
      @WiseOwlTutorials  11 месяцев назад

      You're very welcome Janez, thanks as always for watching and for commenting!

  • @idogus
    @idogus 2 года назад +2

    The information you provide is very valuable.

  • @imranbhatti8580
    @imranbhatti8580 11 месяцев назад +1

    As expected, really informative content once again.

  • @Scooter7788
    @Scooter7788 11 месяцев назад +1

    Thanks Andrew, your videos are so beautiful

    • @WiseOwlTutorials
      @WiseOwlTutorials  11 месяцев назад

      Ahh thanks! Happy to hear you like them, thanks so much for watching!

  • @shawn0902
    @shawn0902 11 месяцев назад +1

    Thanks Andrew👍

  • @big1975E
    @big1975E 11 месяцев назад +2

    Great video! How would the code change if your file was saved to One Drive and the workbook path was an https address?

  • @krn14242
    @krn14242 11 месяцев назад +1

    Thanks Andrew..

    • @WiseOwlTutorials
      @WiseOwlTutorials  11 месяцев назад

      You're welcome Kevin, thanks for watching!

  • @tejamarneni
    @tejamarneni 11 месяцев назад +1

    Thank you Andrew for an amazing video. Hope to see more videos from you.

    • @WiseOwlTutorials
      @WiseOwlTutorials  11 месяцев назад

      You're very welcome, thanks as always for watching!

  • @online7198
    @online7198 7 месяцев назад

    Hello Sir, I am very happy to follow your videos, and I would like to ask you a question: How do I access the data source on a site that have searching box using VBA Selenium?

  • @dilipdelwash3192
    @dilipdelwash3192 11 месяцев назад +1

    Hello sir, I am getting this Error, Please Tell me how to solve this error
    "[MicroSoft][ODBC Drive Manager] Data soure name not found and no default driver specified"
    Thanks.............

    • @Matt-zp9jg
      @Matt-zp9jg Месяц назад

      Hey not sure if you found your solution, but I had the same issue. The problem is the connection string you are using. If you have a 64 bit, you have to use connection string "Driver=Microsoft Access Text (*.txt,*.csv);Dbq=c:\txt\; Extentions=asc,csv,tab,txt;". Hope this helps having the same issue.

  • @prasathv6258
    @prasathv6258 11 месяцев назад

    Please upload power query tutorials...

  • @ousmanetall1286
    @ousmanetall1286 3 месяца назад

    Can we add criteria in sql with this type of files?

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 месяца назад

      Hi! Yes, you can add a WHERE clause to the SELECT statement which you use to set the Source of the Recordset object.