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 entering crap created a VBA Macro showing a GUI so that new valid data can be 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 some way to
read all rows in that worksheet and filter and count the ones matching the actual month to generate a new valid ID.
well... i tried lots of range, count etc already but can't even devise a way for this growing number of rows... any ideas? posts that are helpful?
thanks!
Bookmarks