
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.
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
Bookmarks