Thread
:
Simple Macro to "Lookup - Repeat"
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jarek Kujawa[_2_]
external usenet poster
Posts: 896
Simple Macro to "Lookup - Repeat"
replace
For Each cell In Sheets("A").Columns(5).Cells
with
For Each cell In Sheets("A").Range("E2:E10000").Cells
Reply With Quote
Jarek Kujawa[_2_]
View Public Profile
Find all posts by Jarek Kujawa[_2_]