How to Hide Excel and Show Userform ONLY 2022 (No Excel Splash Screen) ExcelVbaIsFun

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

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

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

    This code working effectively first time but second time Excel is opened
    So 50/50

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

    Thanks this helped me with my college assignment when I needed to hide the spreasheet data but need to show the form for people to interact with. :)

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

    Thank you sir, actually am having a hard time to create something like this but you have done an amazing work here.

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

      Hey there, thanks so much! What exactly are you having a hard time with, maybe we can help.
      Thanks
      Dan

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

      It's a login page sir

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

      @@barderians oh, I see, you're creating a login page with a Userform and trying to make it only use a Userform and suppress Excel application? Gotcha.

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

      Yes prof. If you would not mind please let me have your email sir let me send you my project and you will help! I want to submit it on Friday sir please. Thanks alot

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

      @@barderians Hi there, you can send to admin@excelvbaisfun.com if you want, and I'm happy to take a quick look, but I don't do people's homework or work for free if it's extensive. Thanks for understanding.
      Dan

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

    Hi. Cool option to make for a clean project load. Thanks for sharing. Thumbs up!!

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

      Thanks, Wayne!!! I'll do another one on how to make a custom splash screen soon. It's super easy. :)

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

    Thanks Dan, amazing work.

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

      Thanks, Eoin! I appreciate it! More to come, my friend. 😃

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

    I am quite intrigued. I would like to learn more about the XLS Padlock. Where can we take courses on this to develop an application? Please advise. Thank you in advance.

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

    I was barely paying attention during the first part since I've seen that trick before, but then XLS Padlock had me salivating. Can I assume the resulting executable runs regardless of whether it's in a VBA "trusted location"? (Am guessing yes since the macro code isn't actually even there anymore.)

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

      It does make the motw issue clear up. You still can get warnings from Microsoft until you code sign the EXE. Give the free demo a try: www.excelvbaisfun.com/xlspadlock

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

    very cool! however.. do you know a work-around for scenarios where you might want to edit a different Excel sheet while the userform is open? Would this functionality even allow you to open another spreadsheet?

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

      Hi Shady Lane,
      Yes, there are ways to get this functionality. You can have specific workbooks or windows to hide when you need instead of the entire application. This gets busier when you want them to be able to use the Userform OR the other workbooks as you have to make the form non-modal and then it gets busier still when you want to close the other workbook, because this seems to want to close both workbooks. There are methods we can employ to handle these, but there are some things to be aware of. Planning a mini-course to combat these struggles as we speak. :)

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

      @@ExcelVbaIsFun Application.Window(ThisWorkbook.Name).Visible = False
      That will hide the window that the macro is running under

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

    Thanks for sharing.

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

      Very welcome, Hassan. Thanks for the comment! :)

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

    Hey Dan. How did you get all the extra tool commands in your toolbox.
    I was wonder could you do a video on making a Class module using with events.
    Example
    I'm Making a Userform With Multiple Labels and textboxes.
    I add them Dynamically when the Useform opens up with the Initialize event.
    I want to be able to use Mouse Move event and the Click event for the labels and textboxes.
    I Don't know how to get the with events to work properly with the Class Module.
    I hope You understand what i'm trying to say.

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

      Hey Dan!
      The extra tools are from other ActiveX control I have, some of which are specialty control like the new Grid control I've been covering on my channel. I can send you some links!
      As for the class modules, ill put it on my (extensive) to-do list 🙂. Will do

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

    Hi. This is very great tutorial and I was looking about this and found your tutorial very helpful.
    I have a question regarding excel VBA. Can I discuss it here or somewhere else? kindly do tell me

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

      Why not joining one of the many VBA forums?

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

    Amazing! Thanks very much

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

      Very welcome, thomas. More to come on that topic soon

  • @Excel-power-users
    @Excel-power-users 2 ปีที่แล้ว

    Is it true that Microsoft will disable VBA for all products

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

      Hi santosh, I answered your question in the latest episode (th-cam.com/video/h9ROnQ2Eoyg/w-d-xo.html)
      Thanks
      Dan

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

    When clicked on Hide (application.display = False), it closes all other open workbooks as well. How to fix this? Pls help

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

    please give me this application

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

      Hi bounif, You can learn more about XLSPadlock at www.excelvbaisfun.com/lock
      Pm me for a special coupon.
      Thanks
      Dan

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

    No funcionó!!! :(