how to use McGimpsey sequential code on common server?

C

cham.behrooz

Here is link to Mcgimpsey code : http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
I know how to get sequential number code on one machine worked but I
don't know exactly how to use sequential number on common server.
Should I combine these two codes? What changes exactly do I need to
make? I just want to be able to have these code working on several pc
with one sequential number. Anybody knows how?
 
J

JE McGimpsey

Here is link to Mcgimpsey code :
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
I know how to get sequential number code on one machine worked but I
don't know exactly how to use sequential number on common server.
Should I combine these two codes? What changes exactly do I need to
make? I just want to be able to have these code working on several pc
with one sequential number. Anybody knows how?

There are myriad ways to implement this, but the easiest is to use the
Text file method, and replace <your path here> with the path to your
server.
 
C

cham.behrooz

There are myriad ways to implement this, but the easiest is to use the
Text file method, and replace <your path here> with the path to your
server.

I figuered it out thanks how do I now start my sequence number from
for exemple 1000?
 
Top