Good morning,
I have been trying to develop a code to send information from the userform of one workbook to another. It only sends one of the two fields. Please help.
Private Sub AddCustomerButton_Click()
Dim wkb As Excel.Workbook
Dim wks As Excel.Worksheet
Dim r As Range
Dim...