Hi all.
I am trying to save the current user to the sheet Customers when form is saved.
I have tried a few things but to no avail;
Sheets("Customers").Cells(i, "H").Value = tbncem.Text
'I have tried
Sheets("Customers").Cells(i, "H").Value = currentuser 'This actually saves the displayed...