VBA UI UX-5: Create multiple pages within UserForm Interface and link to the menu. Real-life App -E2

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

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

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

    2 years later and this video is still very much relevant. Thank you

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

      thanks!

  • @benjammin4067
    @benjammin4067 4 หลายเดือนก่อน

    I am so glad you put this tutorial/playlist together. Very helpful thank you

    • @VBAA2Z
      @VBAA2Z  12 วันที่ผ่านมา

      Glad it helped!

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

    What a great tutorial to land on. Excellent and precise.

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

      Glad it was helpful!

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

    Your explication are very easy to understand, even for start Developper, very Interresting and thank you for your sharing.

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

      You're very welcome!

  • @chrish9518
    @chrish9518 5 ปีที่แล้ว +1

    This is excellent sir. looking forward to next video

  • @carlo9567
    @carlo9567 2 ปีที่แล้ว +1

    Clear and simple. Excellent

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

      Glad it was helpful!

  • @James.Brooke
    @James.Brooke 4 ปีที่แล้ว +2

    Thanks a lot.
    But please advise how to activate close button on this userform(not by using unload option. The real close button on the right top corner)?

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

      Simple add below code to your form. It'll run when the form close. Same as close button is clicked.
      Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
      'Your code here
      End Sub

  • @dinawangjkiu9712
    @dinawangjkiu9712 2 ปีที่แล้ว +1

    Very innovative utilization of Multi page

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

      Thanks

  • @naisonchapata5855
    @naisonchapata5855 11 หลายเดือนก่อน

    Good day, thank you so much for the lesson. I have a question. Apart from saving images in a different separate folder, is it possible to have those images save in a worksheet which you can refer to?

    • @VBAA2Z
      @VBAA2Z  11 หลายเดือนก่อน

      check this out th-cam.com/video/ck3NIB-TzR0/w-d-xo.html

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

    I like your video's it is very helpful and easy to understand.

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

      Glad to hear that!

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

    Excellent. Thorough. Easy to follow.

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

      Glad it was helpful!

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

    Where can I download the file. its not listed in the link. An by the way SUPER TUTORIAL

  • @arunswaminathan9690
    @arunswaminathan9690 2 ปีที่แล้ว +1

    Excellent Video!

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

      Thank you very much!

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

    This is great! Thank you for sharing this :)

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

      Glad you enjoyed it! thanks for watching

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

    great video - this exactly what I needed - thanks!

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

      Great to hear!

  • @willhirst385
    @willhirst385 4 ปีที่แล้ว +1

    I really like what you do. Just one question, instead of using multiple "if then ... end if" statements, why don't you use the "select case" "case 123" ..."end select" statement? I have always found this both easy to understand, easy the maintain and easy to expand!!! I am looking forward to the rest of the series!

    • @VBAA2Z
      @VBAA2Z  4 ปีที่แล้ว +3

      Hi Will, thanks for your comment and suggestion. In these UIUX videos, I try to keep things as simple as possible. I'll definitely cover more videos around writing efficient codes and options to optimize and make stable code.
      Please do not forget to subscribe for upcoming videos and we'll discuss more in upcoming videos. Cheers!

  • @wilamdinchawang3484
    @wilamdinchawang3484 5 ปีที่แล้ว +1

    Of course this is very helpful and informative. Thanks sir

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

    Very useful, great job !

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

      Thanks!

  • @ekilunewmai7033
    @ekilunewmai7033 2 ปีที่แล้ว +1

    Mind blowing. Thank you so very much

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

      Thanks and welcome

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

    brilliant. thank you for sharing this very helpful tips.

  • @bounsanongvongphachanh823
    @bounsanongvongphachanh823 2 ปีที่แล้ว +1

    Please make report from use form like crystal report with many page and can print

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

      thanks for the idea

  • @SuperDavidFz
    @SuperDavidFz 4 ปีที่แล้ว +1

    Congratulation Sir, But in my machine is error to "Private Declare Function GetWindowLong Lib "user32"". how to resolve?

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

      Thanks David.
      Are you using 64-bit Excel? if so please check below link.
      vbaa2z.blogspot.com/2020/04/compile-error-code-in-this-project-must.html

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

    hi very great job, i don't found the file to download for practice again

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

      if you're looking for free download please check th-cam.com/video/Cia-EO6KpFA/w-d-xo.html

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

    Great work bro.. Many thanks for sharing..

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

      Thanks and welcome

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

    thank you, really it is very important guide for us

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

      You are most welcome. thanks for watching

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

    lots to catch up, thanks

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

      No worries

  • @davewilljean-louis6047
    @davewilljean-louis6047 2 ปีที่แล้ว +1

    Wow i love it!

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

      Yay! Thank you!

  • @victorionescu7653
    @victorionescu7653 5 ปีที่แล้ว +1

    Thanks for your tutorials

  • @gauravtanwar1984
    @gauravtanwar1984 5 ปีที่แล้ว +1

    Hello everyone,
    Pls guide.
    I've 500 names listed in a column. Now i want to create userform controls (with these names, labels, txtbx, combobox) and save them permanently on userform.
    I am able to create them on runtime but cant find how to save them.
    Also these controls to be created within a FRAME, which is on MULTIPAGE.

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

      I'll be uploading videos regarding input screen in some time this afternoon please subscribe and watch out.

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

      Also if you have a sample, feel free to email at vbaa2z.team@gmail.com

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

      th-cam.com/video/csUhqCN0CBI/w-d-xo.html
      This video might help you. Check it out

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

    Great videos - tons of info & tricks.. i have lots to catch up on

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

      Glad you like them!

  • @sunil5149
    @sunil5149 5 ปีที่แล้ว +1

    this is very helpful. thank you sir

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

    How can I learn and master the skills of making beautiful VBA userforms like yours. 😢😢😢

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

      Don't worry, mastering the skills of creating beautiful VBA userforms is absolutely possible with dedication and practice! Here are a few steps you can take:
      1. Study UI/UX principles: Familiarize yourself with user interface and user experience design principles. Understand the concepts of layout, color theory, typography, and usability.
      2. Explore design inspiration: Look for design inspiration from various sources such as websites, mobile apps, and other software interfaces. Analyze and understand what makes them visually appealing and user-friendly.
      3. Learn VBA userform controls: Get acquainted with different userform controls available in VBA and their functionalities. Experiment with them to understand how they can be combined to create effective user interfaces.
      4. Practice design techniques: Start with simple userforms and gradually challenge yourself with more complex designs. Experiment with different layouts, color schemes, and fonts to create visually pleasing interfaces.
      5. Seek feedback and iterate: Share your designs with others and seek feedback. Take constructive criticism positively and use it to improve your skills. Iterate and refine your designs based on the feedback received.
      6. Learn from tutorials and examples: Explore online tutorials, articles, and examples that demonstrate VBA userform design techniques. Learn from experienced designers and developers who have shared their knowledge and expertise.
      Remember, mastering any skill takes time and effort. Keep practicing, stay curious, and never hesitate to experiment. With persistence, you'll be able to create beautiful VBA userforms that impress others. Best of luck on your learning journey!

  • @Mira-kp5di
    @Mira-kp5di ปีที่แล้ว +1

    Superb

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

      Thank you! Cheers!

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

    Where can I get the training file codes?

    • @VBAA2Z
      @VBAA2Z  12 วันที่ผ่านมา

      pamaitech.com

  • @calebholt7274
    @calebholt7274 4 ปีที่แล้ว +1

    Fantastic content!!!!

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

      Glad you enjoyed it

  • @braddenton1350
    @braddenton1350 2 ปีที่แล้ว +1

    Awesome!

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

      Thank you! Cheers!

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

    where to download project file of the work of this video

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

      please check here vbaa2z.blogspot.com/2020/12/you-can-support-vba-a2z-by-simply.html

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

    Very nice video but I am unable to find the id of the project so please help me out

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

      Please check video description

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

      @@VBAA2Z I have seen but I don't got the id. Please help me out in the matter.

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

    What is .pptm?

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

      A PPTM file is a macro-enabled presentation created by Microsoft PowerPoint

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

    Amazing i don't found the link to download this file m'y english is poor 😟

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

      Please find the link below. After submitting the request be sure to check spam folder too.
      vbaa2z.blogspot.com/2020/12/you-can-support-vba-a2z-by-simply.html

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

      @@VBAA2Z I just realized that this isn't part of the free projects. Do we have to buy one in order to access this file?

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

    thank youuuuu you saved me

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

      Glad to hear that. Please find info in the description

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

    This so clever!

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

      Guess that's a compliment :)

  • @mahjoubbessem786
    @mahjoubbessem786 4 ปีที่แล้ว +1

    Un grand merci

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

      très bienvenu

  • @essibaba1
    @essibaba1 8 หลายเดือนก่อน

    great work

    • @VBAA2Z
      @VBAA2Z  7 หลายเดือนก่อน

      Thanks!

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

    Thank you

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

      You're welcome

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

    Amazing!

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

      Thank you! Cheers!

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

    thanks

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

      Welcome

  • @CelsonFC
    @CelsonFC 2 ปีที่แล้ว +1

    Show!

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

      Super!

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

    not bad... not bad...

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

      Thanks

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

    HEY I NEED HELP

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

      Sure please let me know here in comment section or via email

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

      @@VBAA2Z my email Is gabbolglez@live.com
      Do you have the project?

  • @leethiamsui9503
    @leethiamsui9503 4 ปีที่แล้ว +1

    nice!

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

      Thank you! Cheers!