Explain syntax for an inputbox
Answers
Answered by
1
Syntax : memory_variable = InputBox (prompt[,title][,default]) memory_variable is a variant data type but typically it is declared as string, which accept the message input by the users. The arguments are explained as follows: Prompt - String expression displayed as the message in the dialog box.
hope it's help ful mark me as brilliant ans
Similar questions