madhu_61244
New Member
Hello Gurus,
I wonder how we can generate the data in a spreadsheet with certain parameters. Here is the scenario. So far I'm creating this data by dragging the cursor. I've Model in column A and serial number (you can call it as VIN) in Column B as shown below.
Model - VIN
ABC1001 VINSN2300001
ABC1001 VINSN2300002
ABC1001 VINSN2300003
Column A holds the same data. where as column B always incremented by 1 (or by any other number. But it is consistent).
What I'm expecting - If I give the Model, Serial number range (last seven digits of VIN - in my example it is from 2300001 to 2300003), VIN Pattern(number or characters prior to 7 digit s/n. in my example it is VINSN) and increment (in my example it is just 1) by excel has to create the data in spread sheet.
Is that something we can do it by using VBA.
Thanks for your help in advance.
Thanks,
Madhu
I wonder how we can generate the data in a spreadsheet with certain parameters. Here is the scenario. So far I'm creating this data by dragging the cursor. I've Model in column A and serial number (you can call it as VIN) in Column B as shown below.
Model - VIN
ABC1001 VINSN2300001
ABC1001 VINSN2300002
ABC1001 VINSN2300003
Column A holds the same data. where as column B always incremented by 1 (or by any other number. But it is consistent).
What I'm expecting - If I give the Model, Serial number range (last seven digits of VIN - in my example it is from 2300001 to 2300003), VIN Pattern(number or characters prior to 7 digit s/n. in my example it is VINSN) and increment (in my example it is just 1) by excel has to create the data in spread sheet.
Is that something we can do it by using VBA.
Thanks for your help in advance.
Thanks,
Madhu