Thread
:
VLOOKUP and stopping at the last record
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
VLOOKUP and stopping at the last record
Befo Selection.Copy
Insert: iEnd = Range("B2").End(xlDown).Row
Replace: Range("D:D").Select
With: Range("D3:D" & iEnd).Select
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet