Hi,
Is there anyway i can adapt the following code to work in the last textbox(6).
Basically its an adaptation of an excel formula which i wanted to enter into a Userform
What i have is as follows, i'm just not sure how to syntax it correctly and where to add it in the TextBox6 code
Many Thanks
![]()
TextBox6 = Sum(TextBox3 - TextBox4) + Sum((TextBox5 / ((TextBox1 / 1) + 1) * (100 - (TextBox2 * 100)) / 100))
Bookmarks