I have a percentage in my combobox and want to multiply it by the value in a textbox hereis the code i have, i would like to eliminate the /100, doesnt seem like the best way to do things? Am I wrong? Feels like there should be a more proper way to code this
k Code:
  1. Listings.List1_status_adjstmenttxt.Text = Format(Val(Listings.List1_lptxt.Text) * Val(Me.statusadjstvaltxt.Text), "#,###") / 100