Salute to all the Guru,
Lets say,
I have 2 Textboxes presentstock.text and consumed.text

i want to minus consumed.text (value) from presentstock.text

i wrote

VB Code:
  1. presentstock.text = val(consumed.text) - val(presentstock.text)

but its not working

Need Help;