![]() |
sequential number
I want to a sequential number to fill in automatically each time the form is
filled out. |
Malissa,
A simple way would be to use something like this, you could assign it to a button, an open or before print event. Sheets("Sheet1").Range("A1").Value = _ Sheets("Sheet1").Range("A1").Value + 1 For other ways to do this or if this is going to be used in a temple have a look here http://www.mcgimpsey.com/excel/udfs/sequentialnums.html -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Malissa" wrote in message ... I want to a sequential number to fill in automatically each time the form is filled out. |
Check out John McGimpsey's site for method.
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html Gord Dibben Excel MVP On Mon, 15 Aug 2005 13:22:04 -0700, "Malissa" wrote: I want to a sequential number to fill in automatically each time the form is filled out. |
Take a look he
http://www.mcgimpsey.com/excel/sequentialnums.html In article , "Malissa" wrote: I want to a sequential number to fill in automatically each time the form is filled out. |
All times are GMT +1. The time now is 07:42 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com