Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Quick, general userform question

Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Quick, general userform question


The number of worksheets you can have in a workbook is limited only by
the ammount of available memory that your computer has.


Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!


--
goober
------------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...o&userid=19838
View this thread: http://www.excelforum.com/showthread...hreadid=486491

  #3   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Quick, general userform question

I don't think there is a limit, but the more userforms you have the bigger
the file gets. And generally, the bigger the file the slower it gets.

"VB Newbie" wrote:

Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Quick, general userform question

Thanks for the help. Here is the situation. The computers have 128MB at
work, but the userforms, which will total about 50-60, that I will be
creating are very small, with only 4 textboxes for entry and a command
button. Do you sense any problems with that? Thank you again!

"JNW" wrote:

I don't think there is a limit, but the more userforms you have the bigger
the file gets. And generally, the bigger the file the slower it gets.

"VB Newbie" wrote:

Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!

  #5   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Quick, general userform question

128 is pushing it, especially if the computer is running XP.

If your userforms are really that simple, you could make one and have it be
used for all your forms. That would save a lot of room.

JNW

"VB Newbie" wrote:

Thanks for the help. Here is the situation. The computers have 128MB at
work, but the userforms, which will total about 50-60, that I will be
creating are very small, with only 4 textboxes for entry and a command
button. Do you sense any problems with that? Thank you again!

"JNW" wrote:

I don't think there is a limit, but the more userforms you have the bigger
the file gets. And generally, the bigger the file the slower it gets.

"VB Newbie" wrote:

Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Quick, general userform question

Dear JNW or anyone who would like to assist-

I think I can reduce the number of userforms by 75-80%, however I can't find
a quick fix to my issue. Here is what I have thus far.

Userform1 with 4 optionbuttons.
Userform2 with 2 textboxes and a commandbutton.

Each optionbutton will open up Userform2. If optionbutton1 is selected, I
want the textboxes to place their values in A1 and A2, OB2 to B1 and B2, OB3
to C1 and C2, and OB4 to D1 and D2 using commandbutton1.

Is this feasible using scripts in Userform2 or do I need to set up
individual scripts for each optionbutton?

Any help would be greatly appreciated!!
"JNW" wrote:

128 is pushing it, especially if the computer is running XP.

If your userforms are really that simple, you could make one and have it be
used for all your forms. That would save a lot of room.

JNW

"VB Newbie" wrote:

Thanks for the help. Here is the situation. The computers have 128MB at
work, but the userforms, which will total about 50-60, that I will be
creating are very small, with only 4 textboxes for entry and a command
button. Do you sense any problems with that? Thank you again!

"JNW" wrote:

I don't think there is a limit, but the more userforms you have the bigger
the file gets. And generally, the bigger the file the slower it gets.

"VB Newbie" wrote:

Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Quick, general userform question

Problem fixed!

"VB Newbie" wrote:

Dear JNW or anyone who would like to assist-

I think I can reduce the number of userforms by 75-80%, however I can't find
a quick fix to my issue. Here is what I have thus far.

Userform1 with 4 optionbuttons.
Userform2 with 2 textboxes and a commandbutton.

Each optionbutton will open up Userform2. If optionbutton1 is selected, I
want the textboxes to place their values in A1 and A2, OB2 to B1 and B2, OB3
to C1 and C2, and OB4 to D1 and D2 using commandbutton1.

Is this feasible using scripts in Userform2 or do I need to set up
individual scripts for each optionbutton?

Any help would be greatly appreciated!!
"JNW" wrote:

128 is pushing it, especially if the computer is running XP.

If your userforms are really that simple, you could make one and have it be
used for all your forms. That would save a lot of room.

JNW

"VB Newbie" wrote:

Thanks for the help. Here is the situation. The computers have 128MB at
work, but the userforms, which will total about 50-60, that I will be
creating are very small, with only 4 textboxes for entry and a command
button. Do you sense any problems with that? Thank you again!

"JNW" wrote:

I don't think there is a limit, but the more userforms you have the bigger
the file gets. And generally, the bigger the file the slower it gets.

"VB Newbie" wrote:

Is there a limit to the number of userforms one can create in an Excel
workbook? If it matters, I use Excel 2000. Thank you kindly!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
General question Rookie User[_2_] Excel Worksheet Functions 2 February 8th 10 07:34 PM
A VERY General question Bons Excel Worksheet Functions 2 November 3rd 08 06:58 PM
Quick question - quick answer about assigning shortcut keys funkymonkUK[_75_] Excel Programming 1 October 13th 05 10:50 AM
Quick userform question. VB Newbie[_2_] Excel Programming 2 January 27th 05 07:25 PM
Userform Comboboxes - need a quick how to.. RogerNZ Excel Programming 1 July 22nd 04 03:05 AM


All times are GMT +1. The time now is 09:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"