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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 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!

  • @krn14242
    @krn14242 8 ปีที่แล้ว

    Great job once again Andrew. Thanks so much.

  • @tajsay
    @tajsay 5 ปีที่แล้ว

    really outstanding...Andrew.!

  • @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

  • @marcip1456
    @marcip1456 7 ปีที่แล้ว +1

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

  • @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: th-cam.com/video/FwcEFCwGtjo/w-d-xo.html
      i hope this helps you out

  • @Search4Knowledge
    @Search4Knowledge 6 ปีที่แล้ว

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

  • @RohithKK-uh7pp
    @RohithKK-uh7pp 3 ปีที่แล้ว +1

    Fentastic Sir.

  • @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!

  • @victoropere2107
    @victoropere2107 6 ปีที่แล้ว

    just fantastic