shivendra89 Posted September 21, 2015 Posted September 21, 2015 Sub AppendITCostRatioMDB()Dim intCounter As IntegerDim intColumn As IntegerDim strNameRange As StringintColumn = Sheets("ITCostRatio").Range("IJ1").End(xlToLeft).ColumnSheets("ITCostRatio").Range("FE8:FL15000").ClearContents For intCounter = 7 To intColumn strNameRange = Sheets("ITCostRatio").Cells(1, intCounter).Value Sheets("ITCostRatio").Range(strNameRange).Copy Sheets("ITCostRatio").Range("FE65355").End(xlUp).Offset(1, 0).PasteSpecial (xlPasteValues)NextEnd Sub .letmeinplz// 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now