Which cell contains the value? You can simply use the UserForm_Initialize event to populate a TextBox
![]()
Private Sub UserForm_Initialize() Me.TextBox1.Value = Sheet1.Cells(1, 1).Value End Sub
Which cell contains the value? You can simply use the UserForm_Initialize event to populate a TextBox
![]()
Private Sub UserForm_Initialize() Me.TextBox1.Value = Sheet1.Cells(1, 1).Value End Sub
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks