Wise Owl Answers - Why Do We Write If Not Is Nothing in Excel VBA?

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 51

  • @eiger67
    @eiger67 3 года назад +4

    Hi Andy, you are definitively the best VBA Teacher ever...To be a good Teacher means not just have huge knowledgees, but to be eable to transmit them and make it comprehensible for the listeners.... a big Thank

  • @krn14242
    @krn14242 3 года назад +2

    Andrew, you always make things better. Thank you for the complete explanation on NOT and implicit TRUE statements. I will be adding this video to my favorites for future reference.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      You're very welcome Kevin, happy to hear that you enjoyed it!

  • @simpabar1066
    @simpabar1066 3 года назад +7

    Love for the teaching style as always, love to watch over and over thanks Mr. Andrew🤝👍👍

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      Thank you Sim! Happy to hear that you enjoy the videos and thanks for the comment!

  • @edtardaguila3599
    @edtardaguila3599 3 года назад +6

    this channel is very good when it comes to coding vba I've learned a lot from them

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      Thank you Ed, happy to hear you've found the channel useful!

    • @edtardaguila3599
      @edtardaguila3599 3 года назад

      your welcome @@WiseOwlTutorials if possible to have a video comparison of which loop is the fastest
      1) do loop until
      2) do until loop
      3) for each loop
      4) find and findnext enclosed to a do loop
      regardless of where until is placed
      let’s say test it for a certain number of rows like 10000 more or less
      I think that would be a great content
      Thanks in advance

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      @@edtardaguila3599 Thanks for the suggestion Ed, I'll add it to the list!

  • @infamous8541
    @infamous8541 2 года назад +1

    Your way of explaining thing is beyond imagination. Amazing work as always.

  • @wayneedmondson1065
    @wayneedmondson1065 3 года назад +2

    Hi Andrew. Thanks for this lesson. Very well explained and useful to understand how the logic works. Always enjoy your videos :)) Thumbs up!!

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      Thanks Wayne, appreciate the support as always!

  • @lstudi
    @lstudi 3 года назад +3

    Absolutely perfect way of explaining VBA coding. Thank you very much sir!

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      I'm happy that you think so! Thank you for the comment and for watching!

  • @deninsrmic4165
    @deninsrmic4165 2 года назад +1

    Great tutorial Andrew as all of your previous tutorials. While I was ploughing though your VBA Introduction tutorials I was redirected from tutorial on Find function to this one due to the need to learn more on Is Nothing statement. It helped me a lot to understand more on Is Nothing statement within If for which I am really thankful.👍

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 года назад +1

      Thanks Denin, I'm happy to hear that this helped you! Thank you for watching and for taking the time to write a comment!

  • @dangelorrrr
    @dangelorrrr 3 года назад +2

    This video triggered a memory that I can't corroborate, but when I was taught one of the older languages (Fortran?) it was something about using the Not operator because it processed faster in machine code.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      That's interesting, I didn't know that, thanks for sharing!

    • @zstanojevic9574
      @zstanojevic9574 3 года назад +2

      That's True (no pun intended), when using If ... = 0, we are using identity check which is relatively expensive task. Especially so in comparison to NOT operator / function - - the only unary fn, mind you, it simply takes whatever and inverts it out back at ya. Can't beat that, it's like it don't care what has it get, you'll receive the "opposite", Boolean wise. But, nowadays this benefits are miniscule and insignificant.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      @@zstanojevic9574 Puns are very welcome here! And that's very interesting background information, thank you for taking the time to share it!

    • @zstanojevic9574
      @zstanojevic9574 3 года назад +2

      @@WiseOwlTutorialsYou are welcome. And thank you for being so generous in sharing bits of your many expertises! Being the one of subscribers to this channel myself (I took effort to go through and through your excellent website as well), I just wanted to say that your selfless work is appreciated! There are materials here that cannot be found anywhere else on yt (not free of charge that is) and yet you don't rush explaining, you don't click bait and don't use weird background music.. I mean, I have a kind of "goldilocks phenomenon" with WOwl - kinda fits perfectly and I do like it very much.

    • @zstanojevic9574
      @zstanojevic9574 3 года назад +2

      Just to correct myself in previous comment, the NOT is the only unary *operator* obviously. (It could and do exist as a function too but that's different, a lot of competition there.)

  • @kebincui
    @kebincui 10 месяцев назад +1

    Very clearly explained. Thank you Andrew. ❤👍

  • @dubeyamit1
    @dubeyamit1 3 года назад +2

    Great video Senpai... I have been watching your videos since a very long time...i was afraid when you did not upload any video for about 1 year....i was worried about your health as you know this is a tough time for the entire world..now when i got the first notification i was so happy...love your videos...i have had shared your videos with my colleagues and friends.. recommend so many to watch and learn from the master of VBA

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +1

      Thank you so much Atul for both your kind words and your concern. It has been a strange year for everyone and we had a lot happening behind the scenes which meant that the videos had to take a back seat for a while. I hope that you and your family are well and thank you for taking the time to write such a nice comment!

  • @brentsrx7
    @brentsrx7 Месяц назад +1

    This is a fantastic video!

  • @ThiagoSilva-ti3op
    @ThiagoSilva-ti3op 2 года назад +1

    What a great content! And you're a great tracher as well

  • @RohithKK-uh7pp
    @RohithKK-uh7pp 3 года назад +2

    Very informative.Thank you.

  • @rolandtobiasz
    @rolandtobiasz 3 года назад +1

    Great contents and presentation as always.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      Thank you Roland!

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      Hi Roland, I'm replying here to your comment about mobile emulation in Selenium because RUclips seems to have eaten your comment! I have the email notification but the comment itself has disappeared from RUclips. Anyway, I haven't done this myself but I've added your question to the list and I'll look into it when I can. I have lots of teaching this week so it might take some time!

    • @rolandtobiasz
      @rolandtobiasz 3 года назад

      @@WiseOwlTutorials Odd. I don't recall removing it. Maybe I'm getting old. Thank you for putting it on the "question list".

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      @@rolandtobiasz I think it's a RUclips problem, I've lost some questions from other users recently. I'll see if I can find out what's happening.

  • @TheSTEPHEN009
    @TheSTEPHEN009 3 года назад +1

    Sir only one request. Please don't delete or remove any video. I have just started to learn VBA. You make VBA is so easy to learn.. please sir don't remove just a request

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +2

      Please don't worry, we have never removed a video from the channel! Even the absolutely awful ones from nearly 10 years ago are still there somewhere! I hope you enjoy learning VBA, good luck!

    • @TheSTEPHEN009
      @TheSTEPHEN009 3 года назад +1

      @@WiseOwlTutorials Thanks a million Sir.

    • @TheSTEPHEN009
      @TheSTEPHEN009 3 года назад

      @@WiseOwlTutorials sir how do I get in touch with you so that I can get a full VBA course from you. Paid course..

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад +2

      @@TheSTEPHEN009 Hi there, you can see our Introduction to Excel VBA course schedule here www.wiseowl.co.uk/vba-macros/online/microsoft-excel-macros/ We're running courses online only at the moment but hope to be back to running classroom courses before the end of the year.
      I hope that helps!

    • @TheSTEPHEN009
      @TheSTEPHEN009 3 года назад +1

      @@WiseOwlTutorials ok Sir. I am going through it.. many thanks

  • @KhalilYasser
    @KhalilYasser 3 года назад +2

    Thank you very much.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      You are very welcome as always, thank you for your continued support!

  • @MusicToMyEar1005
    @MusicToMyEar1005 3 года назад +1

    I like the way of writing "if not is nothing..." and I always do this way, BUT, no other colleague can follow this idea...

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 года назад

      I can understand why, it isn't a very natural way of speaking! As with all things, practice makes perfect. Thank you for the comment and for watching!