How to create a toggle button in Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

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

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

    You are a greatest programmer. Best!! Thanks!

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

      Glad the video helped.

  • @holahulu-c4w
    @holahulu-c4w หลายเดือนก่อน

    Thank you for sharing, i got it to work on a proce sheet for my job so I could compress pre and post tax prcing easier. After all that i relaised macros werent available through onedrive :( ah well, at least it works on my local copy i could at least copy the values over to the onedrive copy

  • @platinumtoast99
    @platinumtoast99 3 ปีที่แล้ว +5

    Sounds great. What voice did you use for the video?

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

    Fantastisk funktion.
    Er der en mulighed for at du sender den eller jeg kan doawnload det?
    På forhånd tak

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

    Thanks for sharing! This is great.

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

      👍👍👍

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

    Fantastic !!!

  • @MrPantburg
    @MrPantburg 3 ปีที่แล้ว +5

    Great video. I have a list of items, one item per line. I would like to create a copy of these buttons with one on each line. Is there an easy to this? I am assuming we would need some form of relative reference, rather than defining the name of the result cell as "ToggleValue".

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

      Have you figured out how to replicate this feature multiple times in the meantime? If so, could you please share :)

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

    Great video. I was able to successfully re-create this feature. I want to use the toggle button to allow my users to auto-fill Check Boxes for recommended subset of testing from a full list of testing available. However, when I protect the worksheet, the toggle no longer works (Run-time error '1004': Unable to set the Text property of the Characters class) ...I verified that the ToggleValue cell that sets the TRUE/FALSE conditions is unlocked. I also tried right-clicking on the toggle button and unlocked text under the Format Shape properties but that didn't work, either.
    How can I protect the worksheet so that users don't inadvertently make changes to my form but still have the toggle functionality?

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

      I figured it out ... I checked the edit objects box under FORMAT Protect Sheet options. Worksheet is now locked out and the Toggle button WORKS! (phew!)

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

      Glad you figured it out.

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

    Wow Jie 👍🏻👍🏻👍🏻

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

    Perfect

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

    your video is great but I can not see what you are typing in formula bar. can you please write it into the description
    Thank you for your valuable sharing

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

      You can download the exercise file from the link in the description.

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

    Tone is realistic. Delivery is noticeably robotic.

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

    Hi great video. Could you please help me with the code to add this toggle button to another 6 worksheets as well?

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

      I charge a service fee of $100 USD. Let me know if you still want my help.

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

    This is genius!! Thanks!

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

    thanks bro

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

    What would cause my toggle button to increase in size with ever mouse click? It’s a small increase, but over time it adds up.

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

      Hard to tell. But one thing I would check is to make sure the object property size is set to locked.

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

    Amazing 😀😦

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

    Run-time error '1004': Method 'Range' of object '_Worksheet' failed......it then highlights this line: If .Range("ToggleValue").Value = True Then

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

    Followed all your instruction and yet encountered "run time error 424, object required". When debug, erro came from Set ws = ThisWorkbook_Activesheet, it says that ThisWorkbook_Activesheet = empty. How to fix this error?

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

      Thisworkbook.activesheet

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

      Oh thank you. It solve the problem. My eyes is getting blurry.