Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am importing a bunch of data, and the first field is Record #: I
want this field to increment with each imported record. So the first line would be record 1, second line record 2 etc etc. Anyone have some code that will do this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As always, best to post your coding efforts but
cells(rows.count,"a").end(xlup).row+1 will give you the next available row -- Don Guillett SalesAid Software "wmureports" wrote in message oups.com... I am importing a bunch of data, and the first field is Record #: I want this field to increment with each imported record. So the first line would be record 1, second line record 2 etc etc. Anyone have some code that will do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
incrementing | Excel Worksheet Functions | |||
incrementing | Excel Discussion (Misc queries) | |||
Getting the last value of an incrementing sheet | Excel Worksheet Functions | |||
Next not incrementing | Excel Programming | |||
Automatic incrementing | Setting up and Configuration of Excel |