Tony Miall
Active Member
- Joined
- Oct 16, 2007
- Messages
- 304
Hi,
I am just starting out with these and cant work out why the following wont work
I am getting a "Type mis match" error.
Thanks
I am just starting out with these and cant work out why the following wont work
Code:
Private Sub Brk3825Qty_AfterUpdate()
Dim Tek As Integer
Tek = WorksheetFunction.Sum((FlatTop.Brk3825Qty.Value * 3), (FlatTop.BrkLQty.Value * 2))
FlatTop.Tek1016Qty.Value = Tek
End Sub
I am getting a "Type mis match" error.
Thanks