Thread
:
Merge two worksheet with same criteria
View Single Post
#
1
Posted to microsoft.public.excel.programming
Catherine
external usenet poster
Posts: 67
Merge two worksheet with same criteria
Thank you, it's working now
"ramesh" wrote:
Just modify the code to:
For RowCount = 2 To LastRow
Name = .Range("A" & RowCount)
Number = .Range("B" & RowCount)
regards
ramesh
*** Sent via Developersdex
http://www.developersdex.com
***
Reply With Quote
Catherine
View Public Profile
Find all posts by Catherine