Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ritarowe
 
Posts: n/a
Default How do I create a unique identifier # when open excel file?

I have a purchase order spreasheet working with. I would like it to
automatically generate a unique identifier (PO number) upon opening the file;
is this possible? or some formula to automatically pull in the next
sequential #?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

I have an invoices download at http://www.officearticles.com/downloads/
It does just what you want. Perhaps you can steal the code from it. :)
************
Anne Troy
www.OfficeArticles.com

"ritarowe" wrote in message
...
I have a purchase order spreasheet working with. I would like it to
automatically generate a unique identifier (PO number) upon opening the
file;
is this possible? or some formula to automatically pull in the next
sequential #?



  #3   Report Post  
Paul B
 
Posts: n/a
Default

ritarowe, here is one way to do it, put in workbook open code

Sheets("Sheet1").Range("A1").Value = _

Sheets("Sheet1").Range("A1").Value + 1



If this is a temple have a look here for other ways to do it



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


"ritarowe" wrote in message
...
I have a purchase order spreasheet working with. I would like it to
automatically generate a unique identifier (PO number) upon opening the
file;
is this possible? or some formula to automatically pull in the next
sequential #?



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
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM
Excel startup switches Randy Excel Discussion (Misc queries) 9 June 14th 05 10:27 PM
trying to open an excel file in excel 2003 Edward Letendre Excel Discussion (Misc queries) 1 June 3rd 05 02:22 PM
Create a report with selected rows based on the content in a cell ThirdTim New Users to Excel 1 May 5th 05 05:18 PM
file open via IE hyperlink causes already open files to shrink and tile Marc Setting up and Configuration of Excel 0 May 4th 05 08:13 PM


All times are GMT +1. The time now is 07:08 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"