Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inputbox

Status
Not open for further replies.

vnk

IS-IT--Management
Nov 14, 2001
33
US
I am trying to capture information from the user
using Inputbox. My question is
a) Can we have multiple blocks in one input box,
e.g Name, Address, Telephone #.....
b) Or is there a better way to deal with this kind of
issue?

Thanks!
VNK.
 
That will depend on what you intend to do with the input.

For more control over input (validating the input) and more flexibility in using the separate items (name, address, phone no), consider using a UserForm. Easy to set up and you can present say one page with 3 text boxes with appropriate labels for the user to specify name, address, phone no.

KR

Ingrid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top