Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Question: If I use UserForm_Initialize when calling up a form with
text boxes, the text boxes won't update if their source cells change. Is there some other word/commmand I should use instead of "Initialize" to have the text boxes update with new data? Or is the problem elsewhere? Thanks..SJ ------------------------------------ Private Sub UserForm_Initialize() Title.Text = Range("C1").Value SAMTitle.Text = Range("E3").Value SAM1.Text = Range("E4").Value SAM2.Text = Range("E5").Value ----------------------------------- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update one worksheet tab to automatically update all other tabs? | Excel Worksheet Functions | |||
Data Validation lists update orginal cell with list update | Excel Worksheet Functions | |||
i want to update one excel file the other one update automaticaly | New Users to Excel | |||
Update / don't update dialog box | Excel Worksheet Functions | |||
Date update on data update | Excel Programming |