There is a function called InputBox that works in the same way as the one in
VB6:
Public Function InputBox(ByVal Prompt As String, Optional ByVal Title As
String = "", Optional ByVal DefaultResponse As String = "", Optional ByVal
XPos As Integer = -1, Optional ByVal YPos As Integer = -1) As String
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.