Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-06-2010, 07:45 AM
mrphilk mrphilk is offline Invoice Number Generation Windows XP Invoice Number Generation Office 2003
Novice
Invoice Number Generation
 
Join Date: Jul 2009
Posts: 8
mrphilk is on a distinguished road
Default Invoice Number Generation

Im working on a new `Time Sheet` for work and need a way of generating an order number.

At the moment I have used the format PK00001, PK00002 etc in a cell and have created a list (using data - validation - list) with a pull down menu to select the number used/required.

I have then obtained a macro (through google :-) ) to save the file as follows;

PK0001, Staff Member, Customer, Date

Macro Script;

Sub savesheets()

Dim newfile As String, ssno As String, eng As String, cust As String, loc As String

ssno = Range("J2").Value
eng = Range("E6").Value
cust = Range("e4").Value


loc = Range("j4").Value

newfile = ssno & " " & eng & ", " & cust & " " & loc & " Service Report.xls"
ChDir _
"C:\Documents and Settings\KHS\Desktop\Drafts"
ActiveWorkbook.SaveAs Filename:=newfile

End Sub

While this method is ok it would be better if there was a way excel could generate the number automatically as this does eventually need to be idiot proof.

Or is there a way of having a master file, which will save the edited file as a copy (see above macro) but will not let you use the same number twice?

If anyone has any suggestions of their experience or ideas, even if its not a sollution I would be greatful.

Thanks.
Reply With Quote
  #2  
Old 06-06-2010, 10:18 AM
Kimberly Kimberly is offline Invoice Number Generation Windows 7 Invoice Number Generation Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Posts: 517
Kimberly is on a distinguished road
Default

You could use a formula if you want. If you use this one, change the J10 to be the first StaffMember cell. Don't change the A1 references, they're there to produce a 1 but produce a 2 when copied (and then a 3, etc.) Copy down. The value will automatically generate as soon as data is entered into the StaffMember cell for that row.

=IF(LEN(J10)=0,"","PK"&REPT(0,4-LEN(ROW(A1)))&ROW(A1))

You can copy and paste values periodically if desired.

Another method: you could easily make a formula that would increment the value by 1 each row, and be formatted to display with PK and zeroes in front, but that would be displayed, not stored.
Reply With Quote
  #3  
Old 06-08-2010, 12:39 PM
mrphilk mrphilk is offline Invoice Number Generation Windows XP Invoice Number Generation Office 2003
Novice
Invoice Number Generation
 
Join Date: Jul 2009
Posts: 8
mrphilk is on a distinguished road
Default

Thanks but this doesnt quite do what I wanted.

I need the serial number to include the initials, ie JB for joe bloggs PK for phil kennedy etc.

I have had an idea but I need to figure out a way to do it.

I know that you can copy cells to a txt file.

At the moment I have a list with all of my order numbers in (PK00001 - PK60000 or something :-) )

Is there a way, of copying the value used to a text file, then searching for and deleting that value from my list for next time

For example, if PK00001 is used, the value is copied to the txt file, then the value is searched for in the sheet and deleted.

Next the sheet is saved, this way the same number cant be used twice and once you have used 100+ numbers you dont spend ages searching through a lst.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reduce top margin in even and odd pages in pdf generation using msword Nandu4u Word 0 11-20-2009 07:16 AM
MSOA Express 2009: Export or Print custom modified Invoice Template derelyth Misc 0 10-19-2009 03:33 PM
Invoice Number Generation Last Number in a Column paulrm906 Excel 1 12-05-2008 07:51 PM
Templates: automatic text generation from Rich Text content control Chickenmunga Word 0 10-01-2008 11:16 AM
Invoice Number Generation change currency $ to £ on excel invoice help deanorx7 Excel 3 07-08-2008 04:40 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:40 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft