Excel Stock List

G

Guest

Hi all
Im trying to make a stock list using excel that shows Product, Product Code,
Amount in Stock and Minimum Stock to Keep. What i want to do is when someone
takes some stock and reception remove it from the Amount in Stock list, as
soon as the Amount in the Stock List matches the amount in the Minimum Stock
to Keep column a pop up appears and tells us we need to re-order more stock
of the item that is running low. Anyone know how i would go about doing this?

many thanks in advance
 
O

Otto Moehrbach

Matt
Send me a small file showing the layout of your data and I'll help you
develop this thing. Basically, what you need is a VBA project that is
triggered to run by any change to any cell in the "Amount In Stock" column.
The code would then check the Min...To Keep column and display a message box
if the Amount In Stock is less than or equal to the Min...To Keep value.
If the data in your file is proprietary, just make up something. My
email address is (e-mail address removed). Remove the "nop" from this address.
HTH Otto
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top