Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The below code will get the cell text to the textbox1 in userform while the
form is activated..Right click the userformView Code and place the below code .. Private Sub LocalizerRef_Activate() Me.TextBox1 = ThisWorkbook.Sheets("Site Data").Range("B1") End Sub -- Jacob "Wmeyer2" wrote: I need a way to display the content of my worksheet cell text 'Site Data' B:1 on a UserForm named LocalizerRef. Thanks in advance for any assitance you may render (please try to not laugh too loudly) Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display Unicode Text on UserForm.Caption | Excel Programming | |||
Having a cell display certain text or formatting when the worksheet is protected or unprotected | Excel Programming | |||
Find text within cell then display text to left | Excel Discussion (Misc queries) | |||
Qn: Display Text in TextBox in Userform | Excel Programming | |||
UserForm - display text message then run code | Excel Programming |