I have a spreadsheet that contains an inventory of data for negatives for a museum.
New inventory numbers may be added, and I would like a macro to insert the new data values in the proper column and rows in ascending order. The new numbers are not always in a sequential order, so they need to be "sorted" so they can be easily found when scanning the inventory sheet.
The range is important since the inventory sheet will be posted on the outside of the box that contains the negatives.
The range is columns A to N and from row 1 to 40.
For instanced
C1 C2
1451 2500
1500 2550
I want to enter numbers '0100 & 2501' on the last row (40) and have these values sorted (inserted) into the proper order.
I need a vba macro that can be ran to accomplish this where it considers all rows and columns.
Bookmarks