AutoHotKey Excel - Grabbing data from excel with AHK

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

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

  • @abbatem
    @abbatem 5 месяцев назад +1

    This video and your explanations are awesome, you deserve way more views for that!!!

  • @Barryd57
    @Barryd57 3 года назад +2

    Good job. I plan to copy an entire worksheet and this was a great start. U saved me beaucoup time.

  • @sorinm221
    @sorinm221 2 года назад +4

    How do i grab data and paste it somewhere else? I understand you have the message box but I want to transfer the data to another app. How would I do that?

  • @justforyou9271
    @justforyou9271 4 года назад

    Thanks Tab
    Excited for next video on excel

  • @JoeGlines-Automator
    @JoeGlines-Automator 3 года назад +1

    Cool stuff!

  • @rimantasdanilevicius6754
    @rimantasdanilevicius6754 3 года назад

    Nice tutorial, cant wait for more advance tutorials with excel and maybe web scrapping!

  • @Donnie64inPa
    @Donnie64inPa 2 года назад

    Thanks for the tutorial, I Liked and subscribed! I'm looking for a way to move through the columns of excel table with a variable (to be used in a loop, then index to next row and do same etc.

  • @skydaddy4192
    @skydaddy4192 Год назад

    hi Tab Nation. do you have tutorials for google sheets?

  • @Snake1596
    @Snake1596 4 года назад +1

    Hi Tab, thank you for a great overview and examples.
    If I may ask for your advice, I am trying to grab data from excel to Send into a software. I have three columns I need to import one by one: A1, B1, C1(there will be different keys pressed between each one) and then move to the next row and do it all over again. I just need to know how to tell autohotkey to grab the next row without specifying that I need A2, B2, C2 and then A3, B3, C3 and so on. Could you give me an advice, please? Thanks a lot for your hard work!

    • @TABNationAutomation
      @TABNationAutomation  4 года назад

      I am unable to test for a few days at home since i dont have excel but exceljet.net/the-54-excel-shortcuts-you-really-should-know should be something in here where you could use a send to move to the top then the column you need like send {right 2}

    • @phytosth
      @phytosth 3 года назад

      Maybe you should use nested loops.

  • @phytosth
    @phytosth 3 года назад

    Great tutorial. I will try it soon. I would like to ask what is the reminderList for;

    • @TABNationAutomation
      @TABNationAutomation  3 года назад +1

      good call. looks like that was left in from me playing around with the code for this video. its just a var.

  • @CENTERPAN-if9bh
    @CENTERPAN-if9bh Год назад

    can we write data to excel too?

  • @ssj5omar
    @ssj5omar Год назад

    Does this work with V2?

  • @darkliar2632
    @darkliar2632 2 года назад

    You are doing awsome work bro... I am watching your videos since just 2 months but the content is awsome....
    Can you please tell me that what programming language I need to learn to master AutoHotKey and Excel specifically using AHK
    Your help will be highly appreciated.

    • @TABNationAutomation
      @TABNationAutomation  2 года назад +1

      TY. You would learn AHK? lol

    • @darkliar2632
      @darkliar2632 2 года назад

      @@TABNationAutomation I didn't got the context buddy... like I am ready to learn automation, if there is some better option, please suggest.

    • @TABNationAutomation
      @TABNationAutomation  2 года назад +1

      @@darkliar2632 learn the AHK language. ahk is a lang,

  • @theod9548
    @theod9548 2 года назад

    good, thank you. it would be better if line 2 was correct.