Thread
:
Input box
View Single Post
#
1
Posted to microsoft.public.excel.programming
Greg B[_5_]
external usenet poster
Posts: 54
Input box
How do I get this to place information onto a work sheet called committee
cell b10?
Private Sub CommandButton9_Click()
Dim MyInput
MyInput = InputBox("Enter your name")
MsgBox MyInput
End Sub
Thanks
Greg
Reply With Quote
Greg B[_5_]
View Public Profile
Find all posts by Greg B[_5_]