Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6318187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:36:41+00:00 2026-05-24T15:36:41+00:00

Someone please help rather a newbie in Excel-Vba. How do i implement a minimize

  • 0

Someone please help rather a newbie in Excel-Vba. How do i implement a minimize feature at the top right panel of a combobox something just like a browser?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T15:36:41+00:00Added an answer on May 24, 2026 at 3:36 pm

    This is modified from this posting

    Drag a toggle button onto your form, and place this code anywhere in your module. Click the toggle to “minimize” and again to reverse it. Play around with the numbers to get the height and the position the way you want it.

    Dim dWidth As Double
    Dim wasTop, wasLeft As Integer
    Private Sub ToggleButton1_Click()
        If ToggleButton1.Value = True Then
            Me.Height = Me.Height * 0.25
            wasTop = Me.Top
            wasLeft = Me.Left
            Me.Top = 400
            Me.Left = 100
        Else
            Me.Height = dWidth
            Me.Top = wasTop
            Me.Left = wasLeft
        End If
    End Sub
    
    
    Private Sub UserForm_Initialize()
        dWidth = Me.Height
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone please help me out with printing the contents of an IFrame via
I've recently written this with help from SO. Now could someone please tell me
Can someone please help me to force my website to redirect to using www.
Could someone please help me understand that why am I getting this error at
Can someone please help me? I'm trying to extract the PostalCode, Latitude and Longitude
Could someone please help me out with this. I need to find the gml:pos
can someone please help me make a floating menu in prototypeJS? I found documentation
Can someone please help me convert the following two lines of python to C#.
could someone please help me with this warning. I get this on my console
Can Someone please help me? I have a Checkbox with a Textbox as its

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.