What I'm trying to do is create vba user interaction by asking the the user to answer a series of yes or no questions via input message boxes or yes or no buttons. For example, one question could be,"Is it cold outside?" If the user responded yes then the next question could be, " Is it snowing?" If no the next question could be, " Is it hot?". The possibilities are endless but I'm having trouble getting started. Any suggestions?