ok I have this code that populates every thing as it is supposed to do, my problem is counting....
I have a column (B) that gets populated with the follwing month/year info (I.E. JAN2010, FEB2010, etc).
I need to be able to count how many JAN2010 there are, How many FEB2010 there are, etc...
I have tried using a formula on the spreadsheet it self, but every time it gets populated it gets over written with blank cells.
I have tried a Pivot table But that too gets over written as it gets populated.
So I think I need something in the code that will help show the following on the worksheet (results):
Jan2010 23
Feb2010 46
Mar2010 53
Can any body assist with this.
I have a column (B) that gets populated with the follwing month/year info (I.E. JAN2010, FEB2010, etc).
I need to be able to count how many JAN2010 there are, How many FEB2010 there are, etc...
I have tried using a formula on the spreadsheet it self, but every time it gets populated it gets over written with blank cells.
I have tried a Pivot table But that too gets over written as it gets populated.
So I think I need something in the code that will help show the following on the worksheet (results):
Jan2010 23
Feb2010 46
Mar2010 53
Can any body assist with this.
Comment