R
RompStar
Ok, imagine that I have a Column B:
The data range starts at A9 and below, above A9 are headers.
And imagine that this Columns in the data range stores dates.
Imagine that the date data is for all of the month of July 2005
so,
A9: 07-01-2005
A10: 07-01-2005
A11: 07-02-2005
A12: 07-02-2005 ( yes some rows might have the same date more then
once... )
and so on..
so if I want to write a VB script, and I want to ask the user for a
Starting and Ending Range using a VB popup window (which I learned how
to do). So, say that I want to select only the dates
between 7-5-2005 and 7-20-2005, and at the same time I want to be able
to count the number of date instances that I have, where:
1 date = 1 count, like 07-01-2005 = 1
so if the Range has 125 dates, the VB script would know that and store
the count value.
then there are other things that I need to do, but I want to learn this
one first, any help appreciated.
Thanks!!!
The data range starts at A9 and below, above A9 are headers.
And imagine that this Columns in the data range stores dates.
Imagine that the date data is for all of the month of July 2005
so,
A9: 07-01-2005
A10: 07-01-2005
A11: 07-02-2005
A12: 07-02-2005 ( yes some rows might have the same date more then
once... )
and so on..
so if I want to write a VB script, and I want to ask the user for a
Starting and Ending Range using a VB popup window (which I learned how
to do). So, say that I want to select only the dates
between 7-5-2005 and 7-20-2005, and at the same time I want to be able
to count the number of date instances that I have, where:
1 date = 1 count, like 07-01-2005 = 1
so if the Range has 125 dates, the VB script would know that and store
the count value.
then there are other things that I need to do, but I want to learn this
one first, any help appreciated.
Thanks!!!