Excel UserForm Course 2 - Menus, Lists, ComboBox, OptionButtons, CheckBox & More

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

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

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

    UserForm Free Couse Playlist: th-cam.com/video/QQNQObpAjL8/w-d-xo.html

  • @tha2irtalib343
    @tha2irtalib343 3 ปีที่แล้ว +2

    Thanks for sharing this article , it's helpful.

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

      You're very welcome! I'm glad you think so :))

  • @lisacapamagian4429
    @lisacapamagian4429 9 หลายเดือนก่อน

    This was brilliant thank you!

  • @wayneedmondson1065
    @wayneedmondson1065 3 ปีที่แล้ว +1

    Nice tutorial! Thanks!!

    • @TeachExcel
      @TeachExcel  3 ปีที่แล้ว +1

      Thanks Wayne! :)

  • @peteronderwater4269
    @peteronderwater4269 3 ปีที่แล้ว +1

    Thanks! 👍

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

      You're very welcome Peter!

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

      a curious question about the course: can you also see the entered records in the entry screen in order to possibly change them, delete them, etc? 😊

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

    are you the guy with the cookies ? Your voices are so alike :)

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

    Thanks so much, can you send the link for excel user form course 1

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

      Yes sir, here you go: th-cam.com/video/QQNQObpAjL8/w-d-xo.html

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

    Great Follow-Up Tutorial...Thank You Sir :)

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

      Thank you so much Darryl! I'm glad you like it :)

  • @Michałbłaszczyk-h3c
    @Michałbłaszczyk-h3c ปีที่แล้ว

    very helpful material, but for some reason when I save new data or save an edit from the user form level, it takes about a minute, when I save it directly from the VBA code, it takes a second. Could you please help me?

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

    When I do the listbox, what if the RowSource has duplicate value? How to code to make sure the listbox only contain unique value? Thank you!

  • @Isfandiyor-k2e
    @Isfandiyor-k2e ปีที่แล้ว

    watched

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

    i think you don't know power of VBA
    Public Dim whichPet as string
    (sorry for my bad vba code)
    Option Button Dog .Click event may be set to whichPet= "Dog"
    Option Button Cat, Click event may be set to whichPet= "Cat"
    Just like we do in javascripts ? or HTML ? HIDDEN LIVE CODING working
    in background setting vars to value
    So, now when we want to take values of Cat/ Dog option , in Submit_click sub
    then just type a simple code
    inputRange... Value = whichPet 'Public variable which contains click equivalents