Hello,
I am a beginner when it comes to VBA codes and would really be grateful for any help. I need a VBA code to create a summary list of selected information from employee wage sheets on to a wage book summary. I have spent hours trying to work out a code to suit my needs but am having difficulty getting it right.
I have a single Excel workbook with multiple sheets. About half of the worksheets are wage sheets and the rest of the sheets have other uses. I need to extract information from the wage sheets and list them onto an existing worksheet named Wage Book Summary which sits in the middle of the same workbook. The wage sheets have identical layouts, only the information contained in them is different. The information I would like to extract sits in columns CD to CL of row 200 in all of the wage sheets. Row 200 in the other sheets is blank
The information needs to be placed in the Wage Book Summary worksheet in columns AE to AM starting at row 4 In and listed downwards from there. Any worksheet without information in row 200 would need to be skipped. The number of worksheets are constantly changing. Each time I run the code I would like to overwrite the previous information in the Wage Book Summary so that the totals are always updated.
Thanks in advance!
I am a beginner when it comes to VBA codes and would really be grateful for any help. I need a VBA code to create a summary list of selected information from employee wage sheets on to a wage book summary. I have spent hours trying to work out a code to suit my needs but am having difficulty getting it right.
I have a single Excel workbook with multiple sheets. About half of the worksheets are wage sheets and the rest of the sheets have other uses. I need to extract information from the wage sheets and list them onto an existing worksheet named Wage Book Summary which sits in the middle of the same workbook. The wage sheets have identical layouts, only the information contained in them is different. The information I would like to extract sits in columns CD to CL of row 200 in all of the wage sheets. Row 200 in the other sheets is blank
The information needs to be placed in the Wage Book Summary worksheet in columns AE to AM starting at row 4 In and listed downwards from there. Any worksheet without information in row 200 would need to be skipped. The number of worksheets are constantly changing. Each time I run the code I would like to overwrite the previous information in the Wage Book Summary so that the totals are always updated.
Thanks in advance!