Read data from a worksheet and display in UserForm

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

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

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

    I have been watching your videos to brush up my knowledge on macros...i appreciate your efforts in recording video however I would request you to please explain the pre written codes in more details for better understanding. Thank you and looking forward to learning from you.

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

      Thank you for your feedback. While I try my best to explain everything, it is possible that I may have missed something. Is there any specific part of the code that you did not understand? If yes, then feel free to email me on support@tameexcel.com. Or you can also join the facebook page and post your question there. The link to the FB page is in the description above.

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

    Very well explained. Subscribed! Thanks

  • @imalkamadhushani4701
    @imalkamadhushani4701 9 месяцев назад

    Thank you! Very good video.

  • @amandhakal8939
    @amandhakal8939 Год назад +1

    ListBox1.RowSource = rng.Address(External: = True)
    When I use this code,
    Run-time error '70': Permission denied
    is displayed. How can I solve this?

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

      Are you trying to use ".AddItem" to add a new item? If yes, then you will get a “Runtime Error 70 - Permission Denied” if you use it with ".RowSource". You cannot use both together. I would recommend posting your query with the exact code in the FB group and I can help you with the exact solution. The FB link is : facebook.com/groups/msexcelvba

  • @naomie430
    @naomie430 9 месяцев назад

    You are the best

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

    I have only faced an issue with the previous button:
    Compile error: variable not defined
    Highlighting “currentRow” after ws

    • @SiddharthRout
      @SiddharthRout  Год назад +1

      That is becuase you have not declared the variable "currentrow". See the video at 4:57. That variable has been declared right at the top. :)

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

      @@SiddharthRout it has been declared. Hence, the next button is working fine. However, when I try to click on the previous button, it gives the mentioned error.

    • @SiddharthRout
      @SiddharthRout  Год назад +1

      @@TheGamingAI You need to declare the variable at module level. I have a feeling that you have declared the variable at procedure level and hence it is not accesible at the 2nd procedure level. If you wish you can post your code at the facebook page and I can look at the code there. The link to the FB page is mentioned in the decription above. Do not worry, we will get this sorted :)

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

      @@SiddharthRout could you please elaborate

    • @SiddharthRout
      @SiddharthRout  Год назад +1

      @@TheGamingAI Like I mentioned, post your code in facebook.com/groups/msexcelvba and we will take it form there.