Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 343
Default UserForm Initialization

In UserForm Initialization, is there any way to have TextBox4 always show
the value of cell A4?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default UserForm Initialization

UserForm1.TextBox4.Text = Sheets(1).Range("A4").Value

Change the UserForm name and Sheet as required.

"Patrick C. Simonds" wrote:

In UserForm Initialization, is there any way to have TextBox4 always show
the value of cell A4?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default UserForm Initialization

Actually, in the Initialize event you don't even need to refer to the UserForm.

"Patrick C. Simonds" wrote:

In UserForm Initialization, is there any way to have TextBox4 always show
the value of cell A4?


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
initialization of an array???? Barb Excel Programming 3 July 13th 07 12:51 PM
userform initialization problem Ken Excel Programming 2 August 23rd 06 08:19 PM
UserForm Initialization Patrick Simonds Excel Programming 1 January 21st 05 02:40 AM
Userform Initialization Patrick Simonds Excel Programming 2 May 22nd 04 10:17 PM
List box initialization Tom Ogilvy Excel Programming 0 July 15th 03 05:41 PM


All times are GMT +1. The time now is 06:01 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"