Thread
:
Transfering records based on a condition
View Single Post
#
5
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Transfering records based on a condition
Hi OldJay,
Please change:
Set rng = .Range("A1:A" & LRow)
with
Set rng = .Range("A20:A" & LRow)
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones