Hi again,
I am trying to develop a macro that will eliminate the need to sort through 400+ different Word docs of product labels.
I've created a userform with 4 combo boxes (cboSize, cboSubstrate, cboColor, cboFootage) and have populated the lists for each.
I'd like to have the macro open a particular word document based on the combo box selections.
For example:
If cboSize=05 and cboSubstrate=C and cboColor=A and cboFootage=100, then open xyz123.doc
I know huge if/then strings are bad, but that's kind of how it's turning out.
I've been stuck on this last step for a while now and really need a nudge in the right direction. I just need to program my Submit commandbutton to determine and open the appropriate Word doc, based on the information selected from the combo box options. I seriously appreciate any help I can get.
Thanks in advance,
Mike
Bookmarks