gknath79
New Member
Hello Excel Gurus,
I see this is one of the fantastic and active forum for all excel queries and issues. Thank you for the good work. I would like to get some help in populating some data using a VBA. Below are the details for the same. Any help would be appreciated.
060657-295X
DDMMYY-295X
I would like to generate different datas like the above example. The first two character should be the date (01 to 31) and the next 2 character should be the month (01 to 12) and the next character should be the year (between 50 to 99) and finally the numeric value 295 can be any numeric digits from [100 to 999] and the last character can be anything between [A to Z] in capital letter. Now I wanted to generate nearly few hundred data's in the above format and all data's should be unique. Also there should be flexibility of populating more if needed later. Like if there is a provision to provide some range for the data population, it would be great. I.e like how many records has to be populated ? and providing the value 100 will populate 100 unique records or 100000 will populate 100000 unique records.
I see this is one of the fantastic and active forum for all excel queries and issues. Thank you for the good work. I would like to get some help in populating some data using a VBA. Below are the details for the same. Any help would be appreciated.
060657-295X
DDMMYY-295X
I would like to generate different datas like the above example. The first two character should be the date (01 to 31) and the next 2 character should be the month (01 to 12) and the next character should be the year (between 50 to 99) and finally the numeric value 295 can be any numeric digits from [100 to 999] and the last character can be anything between [A to Z] in capital letter. Now I wanted to generate nearly few hundred data's in the above format and all data's should be unique. Also there should be flexibility of populating more if needed later. Like if there is a provision to provide some range for the data population, it would be great. I.e like how many records has to be populated ? and providing the value 100 will populate 100 unique records or 100000 will populate 100000 unique records.