Hello,
I have an Inventory Workbook with 63 sheets (each sheet keeps inventory entries for an individual item pallet by pallet: quantity delivered for each pallet, licence plate# for each pallet, lot#, expiration date, quantity picked up).
For this particular problem, I only need to work with expiration date (column E), licence plate# (column F) and quantity picked up (column G).
I'd like to create an alert, that would be triggered when each sheet is activated, as a pop-up window with a message "approaching an expiration date for licence#....". Code should check column E to become less than 3 months before expiration date, then if column G is empty (meaning this pallet was not picked up yet), create that alert, that would be able to read and display an appropriate licence# from column F.
I am completely new to programming, but would love to learn. Any help, suggestions would be great.
I have an Inventory Workbook with 63 sheets (each sheet keeps inventory entries for an individual item pallet by pallet: quantity delivered for each pallet, licence plate# for each pallet, lot#, expiration date, quantity picked up).
For this particular problem, I only need to work with expiration date (column E), licence plate# (column F) and quantity picked up (column G).
I'd like to create an alert, that would be triggered when each sheet is activated, as a pop-up window with a message "approaching an expiration date for licence#....". Code should check column E to become less than 3 months before expiration date, then if column G is empty (meaning this pallet was not picked up yet), create that alert, that would be able to read and display an appropriate licence# from column F.
I am completely new to programming, but would love to learn. Any help, suggestions would be great.