'Usage
Dim title As String
Dim caption As String
Dim text As String
Dim isPassword As Boolean
Dim instance As New InputBox(title, caption, text, isPassword)
Parameters
title
Window title.
caption
Explanatory text shown at top of window.
text
Initial text to populate edit box with.
isPassword
If true, the edit box is used to enter a password with its contents obscured during text entry.