Automatic Numberingon Job Card

inktec

New Member
Joined
Jul 28, 2004
Messages
5
Hi,

I have created a job card for computer repairs and rather than print out a whole load, would prefer a system where any of my staff can open the job card, print it and fill in the details. I however want the sheet to automatically (number, date and place the time), once printed the sheet should automatically update the JOB CARD no, thus creating a unique set of numbers that can be tracked. Is this possible???. Also is it possible to protect the excel sheet as to restrict staff access from manipulating the data. I assume read only would do this, but then would the sheet automatically update the job card no for the next time it is opened.????

Thanks, Botswana
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
If you want to automaticaly date the Jobcard put the formula =Now() in a cell. This will give the current date and time as recorded by your PC. If you want the date and time in different cells then put the formula in each cell and then edit the format so the date one is dd/mmmm/yyyy and the time one is hh:mm.

You can get the spreadhsheet to automaticaly renumber the job card by recording a macro.

1) Decide which cell you want the job card number in, say d4.
2) In another cell, say j4, outside the jobcard print area type the formula =d4+1
3) Now record a macro that will copy:paste value: J4 into d4 and print the jobcard.

As d4 gets the new number j4 increase by 1 ready for the next job card.

Things to consider.

How do you want to run the macro?
On opening the spreadsheet?
Operator runs macro when needed? Assign it to a button on the sheet.

Reprints of Jobcards already in use?
You can type in the original job card number into d4 but you will get new dates and time.


Hope this helps
Brian
 
Upvote 0

Forum statistics

Threads
1,214,980
Messages
6,122,563
Members
449,088
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top