Hello,
I have this script:
<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit; line-height: 12px;">Sub saveInvNew() 'Save record to Master Sheet
Sheets("Invoice").Unprotect
Sheets("Master").Unprotect
On Error GoTo ErrHandler
Dim cpyArr, wbMas As Worksheet, qClr As...