Thread
:
New to Visual Basic
View Single Post
#
1
Posted to microsoft.public.excel.misc
Need help with sumif
external usenet poster
Posts: 10
New to Visual Basic
I wrote this simple task can anyone tell me how do I run this
Private Sub CommandButton1_Click()
Dim sName As String
sName = InputBox("Enter your name", "Title")
Cells.Value("A1") = sName
End Sub
Reply With Quote
Need help with sumif
View Public Profile
Find all posts by Need help with sumif