scottishmovies
Board Regular
- Joined
- Mar 11, 2003
- Messages
- 158
Hi Guys,
I'm a bit stumped (Again!)
I have a cell on a sheet (Settings) named "SALES" and a User Form on another sheet (Data) called UserForm1 with a TextBox which get a number from the user called TextBox10.
Everything works great except that I now want to do a calculation to return to the Data sheet ie TextBox10 * SALES which would hopefully return the calulation of the qty in TextBox10 multiplied by the figure on the Settings sheet caleld SALES - but I can't figure it out - any ideas?
I've tried: Datasheet.Cells(CurrentRow, 10).Value = TextBox10 * SALES
but no luck where am I going wrong?
Regards,
Pat
I'm a bit stumped (Again!)
I have a cell on a sheet (Settings) named "SALES" and a User Form on another sheet (Data) called UserForm1 with a TextBox which get a number from the user called TextBox10.
Everything works great except that I now want to do a calculation to return to the Data sheet ie TextBox10 * SALES which would hopefully return the calulation of the qty in TextBox10 multiplied by the figure on the Settings sheet caleld SALES - but I can't figure it out - any ideas?
I've tried: Datasheet.Cells(CurrentRow, 10).Value = TextBox10 * SALES
but no luck where am I going wrong?
Regards,
Pat