A
Acid-Sky
Hi,
well, needless to say that I am quite new to VBA... anyway.
I have a worksheet containing lots of data and to avoid people enterin
crap created a VBA Macro showing a GUI so that new valid data can b
entered.
every row has a unique number consiting of year+month+number; i.e
200508003 for the third entry in August 2005.
As every entry adds a new row to the worksheet in question i need som
way to
read all rows in that worksheet and filter and count the ones matchin
the actual month to generate a new valid ID.
well... i tried lots of range, count etc already but can't even devis
a way for this growing number of rows... any ideas? posts that ar
helpful?
thanks
well, needless to say that I am quite new to VBA... anyway.
I have a worksheet containing lots of data and to avoid people enterin
crap created a VBA Macro showing a GUI so that new valid data can b
entered.
every row has a unique number consiting of year+month+number; i.e
200508003 for the third entry in August 2005.
As every entry adds a new row to the worksheet in question i need som
way to
read all rows in that worksheet and filter and count the ones matchin
the actual month to generate a new valid ID.
well... i tried lots of range, count etc already but can't even devis
a way for this growing number of rows... any ideas? posts that ar
helpful?
thanks