I have four combo box everything does the same as follows
Select Case combobox1.selectedItem
select case combobox2.selected item
similarly the other two comboboxes have the same body
i want to replace this code block by a method call and implement the select clause body in a method body and call it when required
Please give me a solution