Thread
:
Macro Examples for prompting info
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Macro Examples for prompting info
Sub sonic()
n = Application.InputBox("give me a number:", 1)
MsgBox ("you gave me: " & n)
End Sub
--
Gary''s Student - gsnu200719
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student