I have a module that uses an "InputBox" to prompt a user to submit an administrative password. I would like to specify the height and width of the box. Can this be done? If so, how?
Here's my code:
strInput = InputBox(Prompt:=strMsg, Title:="Administrative Mode Login")
Thanks in advance!
Here's my code:
strInput = InputBox(Prompt:=strMsg, Title:="Administrative Mode Login")
Thanks in advance!