ShaneBrennan
Programmer
I want a very simple program that will accept the name of a user via a InputBox then display the input into the current document at the current cursor position.
Does anyone know how to finish off the following Macro to achieve this?
Thanks in advance for any help given
Shane Brennan
Private Sub test()
Username= InputBox("What is your username"
** How the devil do I display the contents of Username?
End Sub
Shane Brennan
'-----------------------
' Emails: shanebrennan@postmaster.co.uk
Does anyone know how to finish off the following Macro to achieve this?
Thanks in advance for any help given
Shane Brennan
Private Sub test()
Username= InputBox("What is your username"

** How the devil do I display the contents of Username?
End Sub
Shane Brennan
'-----------------------
' Emails: shanebrennan@postmaster.co.uk