I need to string multiple product groups- here is the sample below
Ex:
intReturn = MsgBox("The product group tag for the first control is " & prdGroup1, prdGroup2, prdGroup3, " & vbInformation, & Command Button")
I am now receiving a runtime error '13' Type mismatch.
The goal is to get a...