Excel VBA: Use Dynamic Arrays to Transfer Data and Build Dynamic Reports

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024

ความคิดเห็น • 20

  • @coding7241
    @coding7241 2 หลายเดือนก่อน +1

    these projects are pro level projects

  • @kleinur5960
    @kleinur5960 5 หลายเดือนก่อน +1

    One of the most usefull video I have ever seen. Thank you.

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

    You took a complicated topic, and made it super easy to understand. THANK YOU!

  • @rashice-stone5528
    @rashice-stone5528 2 ปีที่แล้ว +2

    Very nicely explained about array 👌👌👌👌👌👌

  • @sakhilengwenya594
    @sakhilengwenya594 23 วันที่ผ่านมา

    Please do mapping for a cash flow statement example using trail balances

  • @keeskkool
    @keeskkool 2 ปีที่แล้ว +2

    Great. Love it. Can you please prepare the same example using dictionaries?

  • @HappyAnimals3D
    @HappyAnimals3D 3 ปีที่แล้ว +3

    This is super useful. I have subscribed to your channel.

  • @sakhilengwenya594
    @sakhilengwenya594 3 หลายเดือนก่อน

    This is like art, nice

  • @aleahschwartz8500
    @aleahschwartz8500 6 หลายเดือนก่อน

    Super helpful! do you have a reference when the IN sheet header is on a different row? Example row 7 is the start of the header

    • @SkillsandAutomation
      @SkillsandAutomation  6 หลายเดือนก่อน +1

      Hi, Do you mean you want to dynamically search for the starting header row? i.e. could be any row 2,3 etc.? i would suggest using the find method. i have a separate video that shows how to dynamically identify any dataset no matter where its placed in the sheet. code can be found here: skillsandautomation.com/how-to/how-to-find-last-row-in-excel-vba-using-find-method/#Example_1_Identify_and_Select_Data_Range

  • @sedataksakal414
    @sedataksakal414 2 ปีที่แล้ว +1

    Harika bir sunum. Teşekkürler.

  • @artemolsinski609
    @artemolsinski609 2 ปีที่แล้ว +1

    This is an amazing work, thank you so much

  • @sakhilengwenya594
    @sakhilengwenya594 2 หลายเดือนก่อน

    Please do more examples

  • @hobojohnson1285
    @hobojohnson1285 2 ปีที่แล้ว

    Amazing job brother

  • @flance4011
    @flance4011 2 ปีที่แล้ว +1

    hi there, epic lecture !! feedback:
    Group array is not woking properly: these appear unmapped .....
    Caramelised Onion Relish 400G x 10
    Crunchy Peanut Butter 500G x 10
    Spicy Mango Chutney 400G x 10

    • @SkillsandAutomation
      @SkillsandAutomation  6 หลายเดือนก่อน

      Hi, Sorry for the super late reply. I was away from the channel for over a year in between. This comment must have slipped through. Still thought I will reply for the benefit of others though. I have tried out the code again, and these 3 product codes map correctly for me. e.g. Caramelised Onion Relish 400G x 10 is mapped in the Output Sheet to Condiments & Relish. i.e. If you run the code from the downloaded macro file as-is, no product should be unmapped. If this is not true for you or any other viewer, please confirm. If you have perhaps changed some values anywhere else, and the product codes are unmapped as a result of that, please confirm. My long shot guess is that Excel is acting funny, rather than the code itself. But, i would need more details to know either way.

  • @haroune711
    @haroune711 ปีที่แล้ว

    thanks

  • @ExcelMadeEasy444
    @ExcelMadeEasy444 2 ปีที่แล้ว

    Nice Explained Please Zoom the code

  • @kaanapadhiyar1143
    @kaanapadhiyar1143 2 ปีที่แล้ว

    Plz share practice file

    • @SkillsandAutomation
      @SkillsandAutomation  2 ปีที่แล้ว

      Hi, I've uploaded the file to Github now. github.com/skillsandautomation/dynamic-arrays-transfer-data