Re: vlookup Variables
- From: Dave Peterson <petersod@xxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 17:27:55 -0600
Can you pick out a column that always has data in it when that row is used?
Dim LastRow as long
with active***
lastrow = .cells(.rows.count,"A").end(xlup).row
end with
I used column A in my sample.
Megadrone wrote:
I download a new spread*** everyday, this spread*** will have several new
rows everytime. I run a macro
What I need is for this lookup to automatically find the last row in the
table array
Range("H2").Select
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(RC[8],'[Cell Refs Update Macro
V3.xls]Lookup'!R2C1:R1770C5,3,FALSE)"
Selection.AutoFill Destination:=Range("H2:H" & lastrow)
Can anybody help me?
--
Dave Peterson
.
- Prev by Date: Re: Filename coding with date
- Next by Date: RE: Conditional formatting with merged cells
- Previous by thread: Re: Filename coding with date
- Next by thread: RE: Conditional formatting with merged cells
- Index(es):