Hi All
As a novice, I am trying to loop through an if statement which I have working, but I now want to add a second loop to repeat x number of times.
I have a form which asks "repeat" and then a further question, how often.
For example today id 19/04/14, I want to repeat 2, frequency 7.
So, I want VBA to run through my loop x2, 1st time with a date of 19/04/14 and then 2nd time with a date of 26/04/14.
I have attached my working file (not too pretty), but on the data entry tab I have a button to run the code. As you will see, I have tried to loop the loop, so to speak, but I haven't been able to achieve it.
Can anyone help a frustrated novice??!
As a novice, I am trying to loop through an if statement which I have working, but I now want to add a second loop to repeat x number of times.
I have a form which asks "repeat" and then a further question, how often.
For example today id 19/04/14, I want to repeat 2, frequency 7.
So, I want VBA to run through my loop x2, 1st time with a date of 19/04/14 and then 2nd time with a date of 26/04/14.
I have attached my working file (not too pretty), but on the data entry tab I have a button to run the code. As you will see, I have tried to loop the loop, so to speak, but I haven't been able to achieve it.
Can anyone help a frustrated novice??!