Jump to content

GRE Score 323 (170Q/153V) - University Selection Advise needed


shivendra89

Recommended Posts

Sub AppendITCostRatioMDB()

Dim intCounter As Integer
Dim intColumn As Integer
Dim strNameRange As String

intColumn = Sheets("ITCostRatio").Range("IJ1").End(xlToLeft).Column
Sheets("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)

Next

End Sub

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This website uses cookies to ensure you get the best experience on our website. See our Privacy Policy and Terms of Use