A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
No, you can't enter a formula in a text box on a userform. Use the After Update event of each of the contributing text boxes to recalculate the product and place the result in another text box. If you set the ControlSource property of that text box to a cell on the worksheet, the cell value will be updated automatically.