View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
MH[_2_] MH[_2_] is offline
external usenet poster
 
Posts: 52
Default Excel Autonumber?

In Excel you use a formula (or fill down) to populate a cell with an
incrementing number. e.g. Cell A1 = "1"
Cell A2 = "=A1+1"

Copy this formula down the sheet.

MH

"Trent Argante" wrote in message
...
Does Excel 2003 (XP) have an auto-numbering function like MS-Access's
AutoNumber? If so, what's its scope: workbook, sheet, row/column, cell?
Gracie!
Trent Argante
[DC.J(510)]

*** Sent via Developersdex http://www.developersdex.com ***