Learn Excel - Video 299 - VBA - Handling Vlookup Errors- super advance

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

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

  • @mohitpandey5190
    @mohitpandey5190 7 лет назад

    "You name the thing and it will be there",Yes it is definitely true.
    Your channel is like a hidden treasure.Thanks for providing such an expert level guidance on VBA.

    • @AjayKumarparmar
      @AjayKumarparmar  7 лет назад +1

      Indeed, such a big compliment for me. You make me the best... I am just doing little.thank you for your support dear
      Cheers..

  • @rakeshkumarmadella7955
    @rakeshkumarmadella7955 7 лет назад

    You are d real hero.. Teaching all of us for free of cost.. Thank so much vba guru.. I have learned a lot from ur videos

  • @eyofhe
    @eyofhe 4 года назад

    Your example and explanation is very easy to understand, thank you very much.

  • @vijaysahal4556
    @vijaysahal4556 4 года назад

    very useful sir 👍👍👍👍👍👍

  • @prakashchandra5239
    @prakashchandra5239 6 лет назад

    Hi Ajay as I mentioned in my last comment that I am facing V lookup error challenge so I thought before sending you an email lets check it out in your existing series if it would not there then I will definitely mark you an email so finally got my answer thank you so much really great efforts.

    • @AjayKumarparmar
      @AjayKumarparmar  6 лет назад +1

      thats a great news if other video helped you. Thank you for being so consistent in liking my stuff and appreciating always...i need you to bring more people on channel before i go and close the channel due to so less subsribers :(. kindly help prakash

    • @prakashchandra5239
      @prakashchandra5239 6 лет назад

      Ajay Kumar definitely I will.

  • @mohammadraiesh4648
    @mohammadraiesh4648 6 лет назад

    Dear Sir your teaching method is awesome. You are great sir.

    • @AjayKumarparmar
      @AjayKumarparmar  6 лет назад

      Thanks very much... Keep coming here and commenting...

  • @rakeshkumarmadella7955
    @rakeshkumarmadella7955 6 лет назад

    Awesome sir.. on error resume next.. go to.. exit sub....wow

  • @cristoumanzor3896
    @cristoumanzor3896 5 лет назад

    Very well explained. Thank you!

  • @RakeshThakur-qx5fv
    @RakeshThakur-qx5fv 4 года назад +1

    Thank you Sir

  • @vivekr4690
    @vivekr4690 8 лет назад

    your videos are awesome. Keep up the good work :)

    • @AjayKumarparmar
      @AjayKumarparmar  8 лет назад +1

      thank you Vivek...feel like home here...keep posting..

  • @laxmansuryawanshi6406
    @laxmansuryawanshi6406 6 лет назад

    Hi Ajay Sir,
    i have just start learning Vlookup in VBA .
    i have look all your videos on Vlookup but i just wanr to knw if i want to lookup from some other excel file of different location without open it
    please help with this
    waiting for your reply
    thanks

  • @Mgopi1984
    @Mgopi1984 2 года назад

    thank you..

  • @deveshkumar2902
    @deveshkumar2902 2 года назад

    can't we use only IF condition here instead of using IF Else because there is nothing in else statement ?

  • @GentleMen_Post
    @GentleMen_Post 4 года назад

    thanks

  • @lm-1079
    @lm-1079 7 лет назад

    how to do same using do while loop???
    for me when am using resume next on error handler :1004, within do while loop its still pulling previous value insted name not found

    • @AjayKumarparmar
      @AjayKumarparmar  7 лет назад

      Use on error goto then... see video on it under Excel Vba introduction playlist

    • @lm-1079
      @lm-1079 7 лет назад

      Ajay Kumar thank you... you rock!!!
      I found first ever vba tutorial with lots of ample information.. thanks again... great job!!!

    • @AjayKumarparmar
      @AjayKumarparmar  7 лет назад

      Thanks Jay. Rise n shine. Please bring more people on channel and let us rise together

  • @Hash_Mohd
    @Hash_Mohd 5 лет назад

    I am getting the 1004 error even when the lookup value is present in lookup range...

  • @TheAfricanPraise
    @TheAfricanPraise 2 года назад

    Please i have a data that has some cell content together with comments. I want to do a Vlookup to get the cell content togther with the comments in that cell. Kindly help out sir

  • @mohamedshafeeu2880
    @mohamedshafeeu2880 Год назад

    Private Sub ComboBox1_Change()
    If Me.ComboBox1.Value "" Then
    Me.TextBox1.Value = Application.WorksheetFunction.VLookup(CLng(Me.ComboBox1.Value), ThisWorkbook.Sheets("Monthly Summary").Range("A:B"), 2, 0)

    Else
    Me.TextBox1.Value = ""
    End If

    End Sub
    how solve run time error 13 on this one

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

    Very well explained. Thank you!