G Guest Jan 18, 2006 #1 I can create an dialog box. But how do I use it? Jeg kan lave en dialogboks, men ved ikke hvordan jeg bruger den?
I can create an dialog box. But how do I use it? Jeg kan lave en dialogboks, men ved ikke hvordan jeg bruger den?
G Guest Jan 18, 2006 #2 Does this help? '/==================================/ Sub test() Dim strInput As String strInput = InputBox(Prompt:="Enter a name: ", _ Title:="Test...", Default:="Gary") MsgBox strInput End Sub '/==================================/
Does this help? '/==================================/ Sub test() Dim strInput As String strInput = InputBox(Prompt:="Enter a name: ", _ Title:="Test...", Default:="Gary") MsgBox strInput End Sub '/==================================/