I am trying to help ease a audit template. I have taken a raw report and imported the required columns to my workbook using VBA.So whenevr I run the script ,I will have the
required data in my workbook ,Sheet name - xyz. The task ahead is little difficult and I seek your help here.
I have 20 more sheets in my workbook after the first sheet "xyz". They are named as 1 ,2 ,3,4,5.... till 20.
Now I want to copy the data from column B of xyz sheet to H3 cell of each of the sheets .
For example: B1 from XYZ will be copied to h3 of SHEET1, b2 from xyz will be copied to H3 of sheet 2 , b3 from xyz will be copied to
h3 of sheet4 till the row count ends in B of xyz
Similarly I have to copy data from column C of XYZ to H8 cell of multiple sheets.I tried understanding using record macros, but that will give
a big code which is not the ideal case .
Can anyone guide me how to achieve this ?
manISRT