KyleJackMorrison
Board Regular
- Joined
- Dec 3, 2013
- Messages
- 107
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hello,
I have a document which has separate sheets for the 10 different containers at work. In these containers are 40 items which all have different expiry dates which are stored in Cells D2-D40.
I would like to have a summary sheet which would search all the expiry dates across the 10 sheets and populate the expired items into one final list.
This is so it is easier to order the new items instead of going through each sheet manually.
I have a code already which will alert the user of what items are expired in a MsgBox however i don't know how copy them to a seperate sheet and not override what's already there.
Any help is much appreciated.
KJM
I have a document which has separate sheets for the 10 different containers at work. In these containers are 40 items which all have different expiry dates which are stored in Cells D2-D40.
I would like to have a summary sheet which would search all the expiry dates across the 10 sheets and populate the expired items into one final list.
This is so it is easier to order the new items instead of going through each sheet manually.
I have a code already which will alert the user of what items are expired in a MsgBox however i don't know how copy them to a seperate sheet and not override what's already there.
Any help is much appreciated.
KJM