-
Solved: Tweeking formula
[VBA]Sub Maturity()
'
' Lookup Maturity
Windows("sunrise.csv").Activate
Application.Run "BLPLinkReset"
Range("AB7").Resize(Range("A2").End(xlDown).Row - 1).FormulaR1C1 = _
"=VLOOKUP(RC[-27],'[Sunrise Perform Input 8.31.2011.xls]Sheet1'!R1:R65536,10,FALSE)"
End Sub[/VBA]
how do i get this formula to fill down all AB cells that are present? Could be AB2 to AB20, could be AB2 to AB100. etc..
Last edited by Bob Phillips; 09-13-2011 at 01:57 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules