Excel VBA Evaluate Function - How to Use this Secret Function

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Learn the Excel VBA Evaluate function. This secret function will separate you from other Excel VBA users who are not aware of it.
    New to Excel VBA? Master it with our online course - bit.ly/37XSKfZ
    The Evaluate function can be used to simplify the writing of worksheet formulas in macros, and also the referencing of objects.
    This video will show you how this is done, explain the benefits, and show you a cool shorthand use of the function.
    Find more great free tutorials at;
    www.computerga...
    ** Online Excel Courses **
    The Ultimate Excel Course - Learn Everything ► bit.ly/Ultimat...
    Excel VBA for Beginners ► bit.ly/37XSKfZ
    Advanced Excel Tricks ► bit.ly/3CGCm3M
    Excel Formulas Made Easy ► bit.ly/2ujtOAN
    Creating Sports League Tables and Tournaments in Excel ► bit.ly/2Siivkm
    Connect with us!
    LinkedIn ► / 18737946
    Instagram ► / computergaga1
    Twitter ► / computergaga1

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

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

    Brilliant. Best thing since sliced bread!

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

      Thank you. Yes its pretty cool.

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

    Seriously awesome video! Thank you creating/sharing this!
    I have been using the Evaluate function to populate an array with a dynamic named range on a worksheet and it saves so much extra code.

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

      Fantastic! Thank you for your comments.

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

    using [ ] in place of the range object does increase your processing overhead a little. So I would not generally use it unless my code was having a SERIOUS problem in readability.
    Where evaluate comes into it's own in creating a formula from string variables. This is has given me SO MUCH flexibility in my User Defined Formulas

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

    This is a very useful video to understand Evaluate Function in VBA. Thanks for sharing. And love ur British accent btw

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

    Thank you So much... You saved my time :)

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

      Great to hear Chidambaram. You're welcome.

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

    That was awesome!! Thank you so much!!

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

      You're welcome Shashikant, thank you.

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

    Very very nice explaining .. thank you

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

      You are most welcome, Armin. Thank you.

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

    Awesome info! Thanks so much.

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

    Great Video. Could you also do an example with more complex formulas like INDEX-MATCH? But really good information. Thanks!

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

    Loved the [sum(a:a)] this is the one that separate you from the crowd 😃

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

    Excellent

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

    How to evaluate vlookup formula ie to get only the result of VBA formula into the cell. I tried this but getting error kindly assist

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

    When you evaluate A, How does the Evaluate function know which sheet to evaluate? In most of your examples, it does not specify which sheet.

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

      If a sheet is not specified, it uses the range on the active sheet.