Can somebody help me set up a Do Loop in VBA correctly to select specific dates in a date range and list them in a different area of the sheet?
As an example, it would loop through say, cOL C dates starting with 2/1/2009 and ending with 2/28/2009, and find all rows which are between two specific dates within this range?
Userform: TextBox1.value = 2/5/2009 TextBox2.value = 2/19/2009
I keep getting an endless loop and I have to CTRL ALT DEL to unlock my computer so something must be wrong with the structure of my Do loop.
Thanks for anyone's help.
CR
As an example, it would loop through say, cOL C dates starting with 2/1/2009 and ending with 2/28/2009, and find all rows which are between two specific dates within this range?
Userform: TextBox1.value = 2/5/2009 TextBox2.value = 2/19/2009
I keep getting an endless loop and I have to CTRL ALT DEL to unlock my computer so something must be wrong with the structure of my Do loop.
Thanks for anyone's help.
CR