Hi All,
Please help me to create a VB script(in excel 2010) for the below scenario:
Consider column A and there are 100 rows in that column with some existing data in each cell.
e.g. A1, A2, A3,... = apple, bat, cat,..
Now what I need is a script that would do this:
TC1_apple, TC2_bat, TC3_cat,... (that is append data in the format XX1, XX2, XX3 into each of succeeding cells in that column A)
(For input it should ask the number of total rows (100 in this case), the format of the data to be inserted (like TC_ or AB_ or XY_ etc and the column name where this data needs to be inserted (column A) )
Is there any way to do this ?
Your help will be greatly appreciated!!
Thanks,
Minhaj
Please help me to create a VB script(in excel 2010) for the below scenario:
Consider column A and there are 100 rows in that column with some existing data in each cell.
e.g. A1, A2, A3,... = apple, bat, cat,..
Now what I need is a script that would do this:
TC1_apple, TC2_bat, TC3_cat,... (that is append data in the format XX1, XX2, XX3 into each of succeeding cells in that column A)
(For input it should ask the number of total rows (100 in this case), the format of the data to be inserted (like TC_ or AB_ or XY_ etc and the column name where this data needs to be inserted (column A) )
Is there any way to do this ?
Your help will be greatly appreciated!!
Thanks,
Minhaj