#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Autonumbering

I have been searching for a way to have excel autonumber my work orders. I
have come across this link several times. Problem is, I don't know how to
use that information. Can someone explain this to a beginner?

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Autonumbering

JE explains it as well as anybody but maybe what you are confused about is where
to place the varying sets of code.

All code except for Private Sub Workbook_Open() will go into a general or
standard module.

As JE points out, the Private Sub Workbook_Open() will go into Thisworkbook
module.

Depending upon which approach you take, there could be two of those.

For getting started with macros and VBA see David McRitchie's site.

http://www.mvps.org/dmcritchie/excel/getstarted.htm

And Ron de Bruin's site for where to place codes.

http://www.rondebruin.nl/code.htm


Gord Dibben MS Excel MVP

On Thu, 25 Oct 2007 16:30:00 -0700, hmk311
wrote:

I have been searching for a way to have excel autonumber my work orders. I
have come across this link several times. Problem is, I don't know how to
use that information. Can someone explain this to a beginner?

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Autonumbering

Dear Gord Dibben,
I cannot open the link which u have provided,
kindly explain..

Regards,

"Gord Dibben" wrote:

JE explains it as well as anybody but maybe what you are confused about is where
to place the varying sets of code.

All code except for Private Sub Workbook_Open() will go into a general or
standard module.

As JE points out, the Private Sub Workbook_Open() will go into Thisworkbook
module.

Depending upon which approach you take, there could be two of those.

For getting started with macros and VBA see David McRitchie's site.

http://www.mvps.org/dmcritchie/excel/getstarted.htm

And Ron de Bruin's site for where to place codes.

http://www.rondebruin.nl/code.htm


Gord Dibben MS Excel MVP

On Thu, 25 Oct 2007 16:30:00 -0700, hmk311
wrote:

I have been searching for a way to have excel autonumber my work orders. I
have come across this link several times. Problem is, I don't know how to
use that information. Can someone explain this to a beginner?

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Autonumbering

I provided two links and both work for me.

Which one does not open for you?


Gord

On Fri, 26 Oct 2007 03:27:02 -0700, VIVEKMANE
wrote:

Dear Gord Dibben,
I cannot open the link which u have provided,
kindly explain..

Regards,

"Gord Dibben" wrote:

JE explains it as well as anybody but maybe what you are confused about is where
to place the varying sets of code.

All code except for Private Sub Workbook_Open() will go into a general or
standard module.

As JE points out, the Private Sub Workbook_Open() will go into Thisworkbook
module.

Depending upon which approach you take, there could be two of those.

For getting started with macros and VBA see David McRitchie's site.

http://www.mvps.org/dmcritchie/excel/getstarted.htm

And Ron de Bruin's site for where to place codes.

http://www.rondebruin.nl/code.htm


Gord Dibben MS Excel MVP

On Thu, 25 Oct 2007 16:30:00 -0700, hmk311
wrote:

I have been searching for a way to have excel autonumber my work orders. I
have come across this link several times. Problem is, I don't know how to
use that information. Can someone explain this to a beginner?

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Autonumbering

Gord,

I think it was this one:

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

You didn't provide it directly, but it was in the hidden post from the
OP.

Pete

On Oct 27, 12:11 am, Gord Dibben <gorddibbATshawDOTca wrote:
I provided two links and both work for me.

Which one does not open for you?

Gord

On Fri, 26 Oct 2007 03:27:02 -0700, VIVEKMANE



wrote:
Dear Gord Dibben,
I cannot open the link which u have provided,
kindly explain..


Regards,


"Gord Dibben" wrote:


JE explains it as well as anybody but maybe what you are confused about is where
to place the varying sets of code.


All code except for Private Sub Workbook_Open() will go into a general or
standard module.


As JE points out, the Private Sub Workbook_Open() will go into Thisworkbook
module.


Depending upon which approach you take, there could be two of those.


For getting started with macros and VBA see David McRitchie's site.


http://www.mvps.org/dmcritchie/excel/getstarted.htm


And Ron de Bruin's site for where to place codes.


http://www.rondebruin.nl/code.htm


Gord Dibben MS Excel MVP


On Thu, 25 Oct 2007 16:30:00 -0700, hmk311
wrote:


I have been searching for a way to have excel autonumber my work orders. I
have come across this link several times. Problem is, I don't know how to
use that information. Can someone explain this to a beginner?


http://www.mcgimpsey.com/excel/udfs/...tialnums.html- Hide quoted text -


- Show quoted text -





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Autonumbering

OP provided that link in his original post.

Obviously he had been there because he said he didn't understand John's code.


Gord

On Fri, 26 Oct 2007 16:21:23 -0700, Pete_UK wrote:

Gord,

I think it was this one:

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

You didn't provide it directly, but it was in the hidden post from the
OP.

Pete

On Oct 27, 12:11 am, Gord Dibben <gorddibbATshawDOTca wrote:
I provided two links and both work for me.

Which one does not open for you?

Gord

On Fri, 26 Oct 2007 03:27:02 -0700, VIVEKMANE



wrote:
Dear Gord Dibben,
I cannot open the link which u have provided,
kindly explain..


Regards,


"Gord Dibben" wrote:


JE explains it as well as anybody but maybe what you are confused about is where
to place the varying sets of code.


All code except for Private Sub Workbook_Open() will go into a general or
standard module.


As JE points out, the Private Sub Workbook_Open() will go into Thisworkbook
module.


Depending upon which approach you take, there could be two of those.


For getting started with macros and VBA see David McRitchie's site.


http://www.mvps.org/dmcritchie/excel/getstarted.htm


And Ron de Bruin's site for where to place codes.


http://www.rondebruin.nl/code.htm


Gord Dibben MS Excel MVP


On Thu, 25 Oct 2007 16:30:00 -0700, hmk311
wrote:


I have been searching for a way to have excel autonumber my work orders. I
have come across this link several times. Problem is, I don't know how to
use that information. Can someone explain this to a beginner?


http://www.mcgimpsey.com/excel/udfs/sequentialnums.html - Hide quoted text -


- Show quoted text -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autonumbering in Excel ryadav Excel Discussion (Misc queries) 1 July 27th 06 07:17 PM
autonumbering Lino Excel Worksheet Functions 2 May 30th 05 02:33 AM
Better autonumbering formula? Dan in NY Excel Worksheet Functions 7 March 22nd 05 10:42 PM


All times are GMT +1. The time now is 01:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"