Hi all,
I am working on simple freight cost calculator and is currenly designing a simple user form to enter package size and measurements and weight.
It consists of five rows were you can select no of packages, lenght, width and height.
I also want to set all text boxes to the left as default "1" with the userforminitialize event. I've named them pcs1 to pcs5. How is the best way to set all these values at the same time?
What is the easiest way to make a summary out of this? Is it naming and looping through the different text boxes or does anyone have a better idea?
What I want is total weight and volume.
Thanks for all help I can get!
BR
Percy
I am working on simple freight cost calculator and is currenly designing a simple user form to enter package size and measurements and weight.
It consists of five rows were you can select no of packages, lenght, width and height.
I also want to set all text boxes to the left as default "1" with the userforminitialize event. I've named them pcs1 to pcs5. How is the best way to set all these values at the same time?
What is the easiest way to make a summary out of this? Is it naming and looping through the different text boxes or does anyone have a better idea?
What I want is total weight and volume.
Thanks for all help I can get!
BR
Percy