Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Userform inside another userform

I have a spreadsheet where I have multiple userforms. On the top of most of these userforms is a summary section that is always the same (includes names, date, and other attributes). Right now, whenever I create a userform I have to add this section and the necessary code for it to work properly. Is there a way to just create the summary section once and then use simple code to add it to the userforms

The way the summary works is that it pulls the name from another worksheet. The user will click on a button on the worksheet and it will pull up the appropriate userform with the summary section at the top. As it is, I have to write code for the button to populate the name,etc fields in the summary section. Here is a copy of the code that I use on the button to bring up the userform
Private Sub CommandButton2_Click(
'This is The Lock Butto
UserForm13RecaptureLock.Label5.Caption = Sheets("Main").Range("A2").Tex
UserForm13RecaptureLock.Label6.Caption = Sheets("Main").Range("B2").Tex
UserForm13RecaptureLock.Label7.Caption = Sheets("Main").Range("C2").Tex
UserForm13RecaptureLock.Label8.Caption = Sheets("Main").Range("W2").Tex
UserForm13RecaptureLock.Sho

I am really concerned about the size of the file building up since I have to use this code everytime I create a userform with the summary section. I know there has to be a better way...please someone help me figure it out

Ryan
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
Userform Jeff Excel Discussion (Misc queries) 1 April 25th 06 07:30 PM
UserForm CR Excel Discussion (Misc queries) 1 August 10th 05 10:26 PM
userform Bruce Minty Excel Programming 1 January 11th 04 06:59 PM
Userform Patrick Molloy Excel Programming 1 September 9th 03 12:28 AM
automate the TAB inside a userform? RobinD Excel Programming 1 July 28th 03 08:49 PM


All times are GMT +1. The time now is 03:43 PM.

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

About Us

"It's about Microsoft Excel"