Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 21, 1:15 pm, "Patrick C. Simonds"
wrote: Sorry if this is a second post, but my reader said my original message was no longer on the server. In UserForm Initialization, is there any way to have TextBox4 always show the value of cell A4? Hrm, I couldn't see my reply to the original post so I am trying again.... Private Sub UserForm_Initialize() Me.TextBox1.Value = ThisWorkbook.Sheets("Sheet1").Range("A4").Value ' Or ' Me.TextBox1.Value = ThisWorkbook.ActiveSheet.Range("A4").Value End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UserForm Initialization | Excel Programming | |||
userform initialization problem | Excel Programming | |||
UserForm Initialization | Excel Programming | |||
Userform Initialization | Excel Programming | |||
List box initialization | Excel Programming |