I have two (2) problems that I am trying to overcome:

I have four (4) checkboxes (chk1-4). Next to each checkbox, I have a
combobox that contains five (5) options (cmb1-5). Depending on what is
chosen, certain comments (10 possibilities) are placed on a spreadsheet (i.e.
If chk1,cmb3 then "Product Manager and Director of Engineering signatures are
required").

Problem 1: How can I create a temporary list without using a "hidden" List
Box"

Problem 2: Is there a way I can "object.object" this and be able to add to a
temporary list (i.e. If chk1.cmb3 then Message 3 ->add to list & vbCrLf)

Thanks in advance,

asmenut