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 8798807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:10:41+00:00 2026-06-14T00:10:41+00:00

A userform in Excel VBA started hitting the memory limit of 64 kB today.

  • 0

A userform in Excel VBA started hitting the memory limit of 64 kB today. I expect this interface to grow by 10-15% at least and can easily see it growing larger now. VB6 sounded like it would be better, but I read it also has a 64 kB memory limit of the same kind.

I am stuck using Visual Basic since other workers on this project do not know C++ or any other language. Any quick suggestions besides condensing the form controls?

  • 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-06-14T00:10:41+00:00Added an answer on June 14, 2026 at 12:10 am

    I’ve just written the following simple test…

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Try
            While True
                Dim B As New Button
                Me.Controls.Add(B)
                Me.Text = String.Format("Controls: {0}", Me.Controls.Count)
            End While
        Catch ex As Exception
            Me.Text = ex.Message
        End Try
    End Sub
    

    It started having issues ~4,000 controls. I suspect this is due to the memory limitations on the laptop I’m on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In VBA you can have a Userform implement a custom interface and only the
In excel vba I have added a commandbutton to userform... like below Set ctrl
Currently I am creating VBA Macros for Excel and recently have started using UserForms.
I'm having difficulties with a Combobox in a userform in an Excel document. The
I'm programming VBA for Word 2007. I've created a UserForm which I need to
I am porting a Excel-VBA based app which uses Userforms over to a C#
I'm maintaining an old-ish application written in VBA for Excel 2002 (XP)/2003, and am
I have an Excel file with macro. In this file, there is a user
I have developed an UserForm VBA module. But i want that userform when opening
In a textbox of a userform in VBA, I would like to enable the

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.