S
sam
Hi All, I am trying to update two sheets in different workbooks with the same
user input accepted through userform and I am getting a type mismatch error.
Here is where I am getting the error:
If Male.Value = True Then
ws.Cells(iRow, 2).Value = "Yes" And wst.Cells(2, 2).Value = "Yes"
End If
ws and wst are two seperate sheets in two seperate workbooks.
Thanks in Advance
user input accepted through userform and I am getting a type mismatch error.
Here is where I am getting the error:
If Male.Value = True Then
ws.Cells(iRow, 2).Value = "Yes" And wst.Cells(2, 2).Value = "Yes"
End If
ws and wst are two seperate sheets in two seperate workbooks.
Thanks in Advance