I need some formula help. I have a userform calculator with 5 text boxes (txtAmtReq, txtAmtPrcd, txtRemnReq, txtRate, and txtTimeRemn)
Writing out this formula would be
txtAmtReq - txtAmtPrcd = txtRemnReq
Then
TxtRemnReq / txtRate = txtTimeRemn
I need it to be all one formula so when I hit my calculate button on my userform it all calculates correctly
Writing out this formula would be
txtAmtReq - txtAmtPrcd = txtRemnReq
Then
TxtRemnReq / txtRate = txtTimeRemn
I need it to be all one formula so when I hit my calculate button on my userform it all calculates correctly