Thread
:
How to make Form Modeless
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jim May
external usenet poster
Posts: 430
How to make Form Modeless
With:
Private Sub UserForm_Initialize()
UserForm1.TextBox1.Text = Sheets("Sheet2").Range("A1").Value
End Sub
How do I make Userform1 Modeless?
Reply With Quote
Jim May
View Public Profile
Find all posts by Jim May