philfloyduk
Board Regular
- Joined
- Jan 6, 2011
- Messages
- 82
Hi all.
I have a sheet and userform that deals with our parts orders. Each time a part is put on the order the rows (from row 5) are shifted dowards to make way for the next part. The user manages this all with a userform which they view and process the order from.
What I would like to happen is that the _initialize on the form calculates the total price on the sheet at that time and puts it in the tbTotal textbox. If it makes it simpler there can be a limit of row 30 as it's highly unlikely we would have that many entries without processing the order.
Any help offered will be much appreciated!
Many thanks
Phil
I have a sheet and userform that deals with our parts orders. Each time a part is put on the order the rows (from row 5) are shifted dowards to make way for the next part. The user manages this all with a userform which they view and process the order from.
What I would like to happen is that the _initialize on the form calculates the total price on the sheet at that time and puts it in the tbTotal textbox. If it makes it simpler there can be a limit of row 30 as it's highly unlikely we would have that many entries without processing the order.
Any help offered will be much appreciated!
Many thanks
Phil