+ Reply to Thread
Results 1 to 10 of 10

Auto numbering and workbook log

  1. #1
    Registered User
    Join Date
    01-11-2008
    Posts
    7

    Auto numbering and workbook log

    I want to create a template in Excel for a change order system. Every time I have a new change order I want it to be numbered. I want Excel to automatically keep a log of all the changes orders to date with change order number, date, title, etc.

    Please help.

    Thanks!

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    welcome to the Forum. can you give us a little more detail on what you need?
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    01-11-2008
    Posts
    7
    I want to enter information into an existing Excel template, save the workbook as Change Order #1. The next time I use the template I want it to save as Change Order #2, etc. Additionly, I want it to automatically keep a "log" of all change orders to date in a workbook that list the change orders numerically along with the dates and a title.

    Thanks!

  4. #4
    Registered User
    Join Date
    01-11-2008
    Posts
    7
    Is there a better way of doing this?

    Thanks!

  5. #5
    Registered User
    Join Date
    01-11-2008
    Posts
    7
    Anyone know how to do this?

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    I'm still not clear, where is the number originally?

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464
    Quote Originally Posted by david77550
    I want to create a template in Excel for a change order system. Every time I have a new change order I want it to be numbered. I want Excel to automatically keep a log of all the changes orders to date with change order number, date, title, etc.

    Please help.

    Thanks!

    Hi David,

    1. Create a Log sheet with the Order Number, Order Date and Title fields starting in A1

    2. On a Variables sheet, enter your first order number in a cell and name the cell 'OrderNo.

    3. On your order template sheet, in the cell that contains the order number, enter the formula =OrderNo (This will pick up the current order number from the Variables sheet. Also name the cells which hold the Order date and Order Title with the names 'OrderDate' and 'OrderTitle'. Name the whole of the range which covers all the cells on the order with the name 'Order'


    Use the following procedure, you'll probably want to attach it to a button or object on the face of the order template.

    Please Login or Register  to view this content.


    Each time you run the macro it will save the current order template with the name "MyOrder_" with the order number appended.

    You'll need to add to it if there are more than the three fields that it currently deals with.

    Hope this helps

    Rgds
    Last edited by VBA Noob; 01-14-2008 at 06:03 PM.

  8. #8
    Registered User
    Join Date
    01-11-2008
    Posts
    7
    Thank you very much for the help!

  9. #9
    Registered User
    Join Date
    01-11-2008
    Posts
    7
    How do I change this code to save the file to a specific folder in My Documents?

    Can the file format be changed automatically before saving?

    How do I have the VBA code save dollar amounts that are calculated in my sheet with out copying the formula (ie: Paste Special - values)

    Thanks!
    Last edited by david77550; 01-16-2008 at 04:39 PM.

  10. #10
    Registered User
    Join Date
    01-11-2008
    Posts
    7
    Anyone able to help?

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1