Please some one correct following code in VBA.

cmb = 6
If Sheet1.ComboBox & cmb.Text = "15 Days" Then sl_by = 2
If Sheet1.ComboBox & cmb.Text = "30 Days" Then sl_by = 1


Thank You