PowerUp Description
The pwrINPUTBOX PowerUp function prompts the user with provided instructive text. The text entered by the user is returned.
PowerUp Syntax
pwrINPUTBOX(Caption, MessageText)
The pwrIPUTBOX PowerUp function has the following arguments:
Caption – Required. This is the text that appears at the top of the input box window.
MessageText – Required. This is the instructive text to direct the user to enter text in the box provided.
Return Value
pwrINPUTBOX will return the text entered by the user.
Remarks
None.
Example
=pwrINPUTBOX("Message Box Title", "Enter your favorite color in the box below")