your right I will post another thread for the other question.
I do have something happening weird now. the positive based on stock or negative based on anything else is working perfect but the code you gave me affected code elsewhere on my userform.
The userform1 was totaling the textboxes and it works fine still but as soon as I click add I get an error.
the userform code that works on userform display but mucks up your code is .
and the error on submit goes to this line with a type mismatch.
.Cells(NextRw, 5).Value = -UserForm1.TextBox4.Value
Is there something I need to change in the userform subtotal to match your new code ?
Bookmarks