I have a form where the user enters the total number of parts per lot and number of parts per bin. I have a formula that calculates the number of bins needed. (ex. 1000 pieces per lot and 25 pieces per bin. The formula calculates 40 bins.)
In this case I will need to print 40 labels(1 for each bin). I can do that through a macro. What I need help with is I want each label to print "Bin x of y" where y is the total number of bins (40 in this case) and x is 1 through 40.
I have never used VB code before.
Thanks for your help!
Hillary
In this case I will need to print 40 labels(1 for each bin). I can do that through a macro. What I need help with is I want each label to print "Bin x of y" where y is the total number of bins (40 in this case) and x is 1 through 40.
I have never used VB code before.
Thanks for your help!
Hillary