Learn Excel Reporting Automation For Beginners with Excel VBA (Code Included)

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024
  • Excel VBA makes a amazing tool to automate reporting. If you work in Accounting or Finance, then being able to create a macro to automate a reporting that usually takes half hour to merely just a minute, and you can re-use the the program over and over again, is going to be a huge time and energy saver.
    Excel VBA is the programming language to automate Excel spreadsheet, and the beauty with VBA is that, it is actually pretty easy to pick it up. Excel application on the other hand, is the most widely used spreadsheet in the world today.
    In this tutorial I am going to teach you how to start learning automating a reporting process using Excel VBA. You don't have to be an expert in Excel programming, but it is ideal that you have at least have a little bit experience writing macro (Excel VBA).
    ► Download VBA source code
    learndataanaly...
    ► Download exercise file
    drive.google.c...
    ► To Enable Developer Tab: • Video
    ► Buy Me a Coffee? Your support is much appreciated!
    -------------------------------------------------------------------------------------
    ☕ Paypal: www.paypal.me/...
    ☕ Venmo: @Jie-Jenn
    💸 Join Robinhood with my link and we'll both get a free stock: join.robinhood...
    ► Support my channel so I can continue making free contents
    ---------------------------------------------------------------------------------------------------------------
    🌳 Becoming a Patreon supporter: / jiejenn
    🛒 By shopping on Amazon → amzn.to/2JkGeMD
    🗓 Get updated on new Python videos → / madeinpython
    📘 More tutorial videos on my website → LearnDataAnaly...
    📺 Also check out my 2nd channel Excel channel focus on sharing Excel tips: bit.ly/3B1DjSA
    ✉ Business Inquiring: TH-cam@LearnDataAnalysis.org
    #ExcepReporting #ExcelAutomation

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

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

    Thanks for sharing. I don't have a background in computer science but I am so thankful for you posting this video as I am interested in learning. Thank you

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

    Thank you for the video. How do I get the code for the "Learn Excel Reporting Automation For Beginners with Excel VBA (Code Included)". Thanks in advance

  • @jaswantdn7
    @jaswantdn7 4 ปีที่แล้ว

    Amazing work...thank you..

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

    Dear Jie Jenn Pls advise how this method works on PDF File type.

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

    when exporting the files, is there a way to rename the Sheet1 to also be the file name?

  • @durbeshkumar4126
    @durbeshkumar4126 3 ปีที่แล้ว

    Thanks Sir your video very useful..

  • @Argo007-r4s
    @Argo007-r4s 2 ปีที่แล้ว

    thanks for sharing

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

    Thanks very much

  • @millsathn
    @millsathn 4 ปีที่แล้ว

    Nice!

  • @moesadr3342
    @moesadr3342 3 ปีที่แล้ว

    I have a dynamic database table with many columns and rows and would like to be able to create a printable report whenever needed. The report needs to be showing only a few columns and those records who have certain criteria ( filtered). Like the stage is "Open" and Rank is " A", and the project value is over $1000, ....etc. Wondering if you might have a template to share. Please advise.

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

      did u find a template?

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

      @@mapranav I am afraid not yet

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

      Hi, did you find a template or a helpful documentation for creating this request ? I'm in a similar position

  • @omgLEWISnKreh
    @omgLEWISnKreh 4 ปีที่แล้ว

    I can't download the file to follow along. Wish this can be fixed. Otherwise, splendid video!

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

      Thanks for letting me know. You can download the exercise data file here
      drive.google.com/uc?export=download&id=1yrpbDopWZQrln7FMGuhhJxnR6A91KBMM

  • @Argo007-r4s
    @Argo007-r4s 2 ปีที่แล้ว

    why am i getting error on Const it is said Not allowed on public members of object modules

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

      Without look at your script, I am going to guess there is a typo somewhere.

    • @Argo007-r4s
      @Argo007-r4s 2 ปีที่แล้ว

      @@jiejenn I just try copy from your code and Your Data set and it happened the Macro Code won't run beacuse Const said not allowed on public members, Pls help

  • @avinashkhilari1934
    @avinashkhilari1934 3 ปีที่แล้ว

    Pls share VBA code

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

    Hi I tried to replicate by using your vba codes, but one issue is the output files are generated in one folder level up.
    I created a folder C:\Users\user\Downloads\Practice Excel\Output but instead the output files generated in C:\Users\user\Downloads\Practice Excel
    I used C:\Users\user\Downloads\Practice Excel\Output in line 7:
    Public Const Output_Folder_Path As String = "C:\Users\user\Downloads\Practice Excel\Output"

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

    You are very good at coding, but very bad at teaching.

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

      Thanks for your feedback. Still learning how to improve since 2019.

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

      @@jiejenn what I meant is the way you teaching is not for newbies. It would be helpful if you could explain every single piece of code with more examples. Maybe I'm wrong though. Keep on moving brother, overall it is a nice tutorial.

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

      @@hotelrus I see. My tutorials are mostly aiming for experienced coders since there are already so many tutorials out there gearing toward beginners. I am trying not to reinvent the wheel.