Thread: User Input
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The Wonder Thing[_3_] The Wonder Thing[_3_] is offline
external usenet poster
 
Posts: 4
Default User Input

Hey everyone,

I've been looking around Excel VBA websites and the help file for a while
now, as well as just fiddling with the program, and everywhere I look I find
snippits and hints of the ability to make custom forms or something similar,
complete with comboboxes, radiobuttons and the like, but can't for the life
of me find a tutorial on how to use them properly. Does anyone know of such a
tutorial, or is willing to just help me out? It'd solve so many problems for
me if I could have a simple for pop up prompting the user to enter / choose
information instead of doing it all with endless inputboxes coming up,
followed by annoying messageboxes if they enter something invalid.

Thanx in advance for your help.