Thread
:
Insert & Sequentially Number Column
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ingolf
external usenet poster
Posts: 32
Insert & Sequentially Number Column
Hi,
instead of Cells(2, 1).End(xlDown)
use Cells(Rows.Count, 1).End(xlUp)
to refer to the last cell containing data in column A.
Regards,
Ingolf
Reply With Quote
Ingolf
View Public Profile
Find all posts by Ingolf