I am using VB in Excel v.6.3.
I am trying to write a program that will solve the folowing problem:
I have a list of random numbers (PurchBlks) and the list is a random length (for practical purposes I will use a list of 5 numbers)
250
68
453
124
13
I also have a variable single number (Saleshrs). For example
743
I need to have the program figure out how many of the numbers on the list to use going from top to bottom.
In the example I would use 250, 68, and 425 of the 453.
I am trying to write a program that will solve the folowing problem:
I have a list of random numbers (PurchBlks) and the list is a random length (for practical purposes I will use a list of 5 numbers)
250
68
453
124
13
I also have a variable single number (Saleshrs). For example
743
I need to have the program figure out how many of the numbers on the list to use going from top to bottom.
In the example I would use 250, 68, and 425 of the 453.
Comment