Excel VBA Introduction Part 27.2 - Creating and Updating Linked Word Tables

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 27

  • @The_Reactive_Indian
    @The_Reactive_Indian 4 роки тому

    Brilliantly explained man, I literally wasted countless hours googling this topic. when I came to this...

  • @peterhontaru5537
    @peterhontaru5537 6 років тому +3

    Andrew you're a fantastic teacher - if I was to be extremely picky the only thing missing from these series would be some "homework" after each video - obviously we could think about that ourselves but just thought I'd mention it as you might be able to suggest 'better' things than we could at this initial stage. And I love how you revisit the previously taught concepts in new lessons which helps reinforce them.

  • @kapibara2440
    @kapibara2440 Рік тому +1

    Another fantastic video ❤ Thank you!

  • @maurocastagnera8949
    @maurocastagnera8949 7 років тому

    You're a genius! No other words are needed!

  • @donbogdala5428
    @donbogdala5428 8 років тому

    Excellent tutorial! I hope to see this concept explained with PowerPoint! However, I am already thinking how to implement these techniques! Thanks for sharing

  • @tajsay
    @tajsay 4 роки тому

    really outstanding...Andrew.!

  • @krn14242
    @krn14242 8 років тому

    Great job once again Andrew. Thanks so much.

  • @RohithKK-uh7pp
    @RohithKK-uh7pp 3 роки тому +1

    Fentastic Sir.

  • @marcip1456
    @marcip1456 7 років тому +1

    Great video as always!
    Did you figure out the infinite loop issue for the for / each method?

  • @victoropere2107
    @victoropere2107 6 років тому

    just fantastic

  • @Search4Knowledge
    @Search4Knowledge 5 років тому

    Hi Andrew,
    Another awesome video!
    I had a question.
    Does this also work for linked graphs?

  • @queenm5962
    @queenm5962 4 роки тому

    Than you so so much this is so helpful, i have a quick question what if I want to open word template and not an new word doc how would i could that to make it happen? also how can I code a page break between each table instead of a paragraph line?

  • @abhisheksaraswat6753
    @abhisheksaraswat6753 5 років тому +1

    Hi Andrew, how are you? Could you please let us know how we can combine multiple pdf files into excel using VBA Programming. Plz upload a video if you can. Thank you so much in Advance.

  • @gianpaolo19
    @gianpaolo19 Рік тому

    Hello!! I think I found the reason why the for each loop doesn't work at 21.44..... I think becasue of this "For Each doesn't work because updating the field destroys the object, so it loops over the same object"

  • @cullenharris1837
    @cullenharris1837 4 роки тому

    Thank you!! What if the range of cells to copy varies? Is there a way to automatically determine the range in each sheet?

    • @queenm5962
      @queenm5962 4 роки тому

      hi @Cullen Harris, he talks about your question in this video: ua-cam.com/video/FwcEFCwGtjo/v-deo.html
      i hope this helps you out

  • @suribhandari1985
    @suribhandari1985 2 роки тому

    Hello Sir - I need help in MS word VBA. I am running loop in ms word table for each row and each row is having a Bookmark as I am pasting data from excel to word but I want to retain the bookmark.

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      Hi Surendra! Maybe these links will help www.mrexcel.com/board/threads/vba-copy-excel-table-to-word-bookmark-but-keep-bookmark.1137435/
      wordmvp.com/FAQs/MacrosVBA/InsertingTextAtBookmark.htm

  • @RaineyXia
    @RaineyXia 7 років тому +1

    I have some problems with updating the data. When I save the excel file and then try to update the data, the data in the word will not update any longer. Why this happens?

    • @kimrainman
      @kimrainman 6 років тому

      same issue here why!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    • @kimrainman
      @kimrainman 6 років тому

      I realized this bug may be due to office 2013. Are you also using office 2013? I think the latest office shouldnt give u this kind of bug

    • @elviswu7136
      @elviswu7136 6 років тому

      Hi bro,
      same issue here.
      The idea may be found in the link below from Microsoft.com
      answers.microsoft.com/en-us/office/forum/office_2013_release-word/embedded-links-in-word-from-excel-problem-opening/35460e5e-7316-44b5-b4c2-520a02a5dc53.
      See the reply of the guy on June 6, 2015
      Inspired by this, only for the purpose of learning(which means not from my practical experience), i solved this issue by checking "Enabling all macros" in trust center. It works. i have tried.
      However, this is a way to solve it. I can't find another solution to this problem right away.

    • @elviswu7136
      @elviswu7136 6 років тому

      Nevertheless, i found that i just didn't check the silly Developer Macro Settings in Microsoft Word!!!
      If you check that box, you can find that even with Macro Settings "Disable all macros with notification", the updating data issue would be solved.

  • @aryan-letslearntogether1635
    @aryan-letslearntogether1635 3 роки тому

    Hello, I am trying to update links from another excel file where the source data file remains same but the name changes eg. Soucedata for 12 07 2021 will change to source data 13 07 2021 how can I update the links from another excel work book where the name changes daily ?

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому

      Hi there! I don't know the answer to that one. I'd recommend searching for an answer on StackOverflow.com and, if you can't find one, post a question there. I hope you find the answer!