I want to generate an Identification Number called "NCR ID" that is stored in an excel spreadsheet. From the main workbook there is a worksheet that users fill out, it is a Non-Conformance Material Report. It has in it a cell and a command button. When the command button is clicked I need a macro that will:
A. Look at the data in another workbook listed in the "A" column as sequential numbers, say 0611001 *YearDayNCMR#"
B.take the last value from that workbook and increment by one(from 0611001 to 0611002) ,
C. insert the new incremented number in the main workbook cell (K30),
D. Save the new incremented number into the reference workbook in the next available cell of column "A" and save the revised reference workbook.
I have very limited macro skills and, while I have found bits and peices of what I'm looking for, I haven't been able to paste it together and have it work correctly. any help would be greatly appreciated.
-Aaron
Bookmarks