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

Поділитися
Вставка
  • Опубліковано 8 січ 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. :)

  • @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.

  • @eoinlundy
    @eoinlundy 2 роки тому

    Thanks Dan, amazing work.

    • @ExcelVbaIsFun
      @ExcelVbaIsFun  2 роки тому

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

  • @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

  • @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

  • @thomasfergusen5144
    @thomasfergusen5144 2 роки тому

    Amazing! Thanks very much

    • @ExcelVbaIsFun
      @ExcelVbaIsFun  2 роки тому

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

  • @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?

  • @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 (ua-cam.com/video/h9ROnQ2Eoyg/v-deo.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ó!!! :(