MREXCEL
Can you please help on this. I've got a combobox in a userform. I'm trying to assign a variable called shtRB to different worksheets depending on the cb selected value.
Private Sub CommandButton1_Click()
Dim shtrb As Worksheet
Dim namecell As String
Dim datecell As Date
If...