Excel VBA: Immediate Window - 5 Ways to Use it

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024

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

  • @controlspace5179
    @controlspace5179 5 หลายเดือนก่อน

    Super-useful. Thank you!

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

      Glad it was helpful!

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

    Hi Alan.. thanks for this video.. very helpful as I work my way through your VBA course. Thumbs up!

  • @ms.glorimar
    @ms.glorimar 5 ปีที่แล้ว +1

    You helped me with this tutorial. Thank you very much!

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

      You're very welcome Glorimar.

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

    Thanks Alan, great video, though I am still long way from finishing your course on VB

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

    Thanks!!! Great job!
    Good Stuff!

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

    Great Video, Alan - I've learnt a lot from it. Thumbs up!!!

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

    Super helpful!! Thanks!

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

    Thank You, Alan
    This is usefull information.

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

      Great! My pleasure, Frankie 👍

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

    Super helpful.

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

    Hi
    I copied letter by letter the last macro and , il gave me compile error.
    I would like to know how to access the library of color
    Thanks

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

    Hi, thanks for your videos. I ask you for help on the vba interface. The right edge of the page where the code is written, where the icons appear: bookmark (in blue), breackpoint (red) and pause debug (in yellow). This border has disappeared and I can't restore it. Can you help me?

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

    Sir, At 5.35, in your video, how the yellow arrow is appearing to manually run the code, what are the keys to activate ? I am not clear at this juncture.

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

      That is the F8 key Karunanithi.

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

      @@Computergaga Thank you Sir.

  • @manishbaps
    @manishbaps 7 ปีที่แล้ว

    Did not understand the paramter u aresupplying into the changecolor function... can u pls explain? is it the RGB value?

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

      Not the RGB value, although that is possible as an alternative way to set the colour. This is the color index.
      I found out what the number was before the video by assigning the colour to a cell, and then in VBA testing what the colour of that cell was.

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

    Hi dear sir I hv query in excel....I want a value which is located in my sheet1 when I put formula I could get its cell address ....like a finder works.. I m trying it from this formula =CELL("address",INDEX($A$18:$A$24,MATCH(A26,$A$18:$A$24,0))) but in this formula hv limitations of criteria...if I increase it’s criteria than it’s not working ......help me ....sir I want data is located anywhere in the workbook when I put the formula I could get the results that’s value addresses....help me

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

      I think this is what you want Rakesh. A VLOOKUP to return a cell address - th-cam.com/video/TKcdtSmZvyo/w-d-xo.html

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

      Computergaga sir but in vlookup the value columns range will be defined than we can get the results....but in my case columns ranged will be not defined..... I hv lots of name in my sheet1 in different columns &I can change it’s columns as per my desired columns....I think it will be only on vba.....

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

      Yes i think so. That confused me. But if it is like you say VBA may be the solution, or INDEX MATCH

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

      Computergaga sir can u write a formula for it...

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

      I don't completely understand your scenario, but here is an INDEX & MATCH video which may help - th-cam.com/video/SM2TbkdFkpg/w-d-xo.html