Hi, I am trying to create a DIY digital signature block on that inserts the signers details on a worksheet. this is what I have so far.
The commandbutton is on a userform along with a couple of comboboxes.
Private Sub CommandButton1_Click()
Dim myCell As Range
Dim myTextBox As textbox
Set...