Exel dialogbox/dialogboks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can create an dialog box. But how do I use it?
Jeg kan lave en dialogboks, men ved ikke hvordan jeg bruger den?
 
Does this help?
'/==================================/
Sub test()
Dim strInput As String

strInput = InputBox(Prompt:="Enter a name: ", _
Title:="Test...", Default:="Gary")

MsgBox strInput

End Sub
'/==================================/
 

Ask a Question

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.

Ask a Question

Back
Top