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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.