10-26-2012, 02:30 PM
why dont you use a loop and keep incrementing the value! You can use any loop. Below is a sample loop.
Regards,
Ankesh
Code:
For i=1 to 10
strVal="BUNA"&i
'Write value to excel
Next
Regards,
Ankesh