Thread
:
Setting initial value on text box?
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Setting initial value on text box?
Private Sub UserForm_Activate()
TextBox1.Text = Worksheets("Internals").Range("B4")
End Sub
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet