Thread
:
txtbox code
View Single Post
#
2
Posted to microsoft.public.excel.programming
BrianB
external usenet poster
Posts: 1
txtbox code
Use the Initialise event of the form :-
Private Sub UserForm_Initialize()
TextBox1.Text = ActiveSheet.Range("A1").Value
End Sub
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
BrianB
View Public Profile
Find all posts by BrianB