Hi
I store data in one transaction sheet that pertains to various departments (Dep Column D). Each transaction has a Transaction Number (T/A) (Column A) and keeps increasing by 1. Each department has its own number sequence.
I use an "entry sheet" with multiple transaction lines; when i am done with a batch i PasteSpecial=Values to the main transaction sheet.
My entry sheet needs to lookup the MAX+1 of T/A, based on assesing only the transactions that have the same department name as in the entry sheet.
Then, i need an EventChange part to fire the code every time i populate a department on a new line on the entry sheet.
I store data in one transaction sheet that pertains to various departments (Dep Column D). Each transaction has a Transaction Number (T/A) (Column A) and keeps increasing by 1. Each department has its own number sequence.
I use an "entry sheet" with multiple transaction lines; when i am done with a batch i PasteSpecial=Values to the main transaction sheet.
My entry sheet needs to lookup the MAX+1 of T/A, based on assesing only the transactions that have the same department name as in the entry sheet.
Then, i need an EventChange part to fire the code every time i populate a department on a new line on the entry sheet.