Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently in the planning stages of a small project at work. Le
me explain the project quickly.. I'd like to get some input if could: At my work, we have a warehouse that houses all of our parts for ou equipment. The problem is this: the guys that work in the warehous do not have a system to monitor what goes in and out (except for terrible paperwork 'system' they use). We don't know when we run ou of parts until we actually run out - which is not funny, as you ca imagine! My idea is this: I want to set up a simple excel list of part number that our inventory staff won't freak out on (ins and outs, etc.). Basically, when a box of parts is received, I want them to look up th specific part number and add to its total in their excel spreadsheet. When a part is removed from the warehouse, they would subtract fro that specific part number's total. Seems easy for most, right? You' be surpised with our guys! I would then like to have a second excel worksheet (locked, of course! that would retrieve the part number totals. When these parts get belo a certain quantity, this excel worksheet would then send an email t the people that are responsible for ordering parts. This workshee would contain all the part numbers, and each part number would hav information with it such as Supplier info, costs, wait time, etc. Thi email would provide all the information needed to make the order nothing more. Can I do this? Can I have excel somehow send out these email automatically when these minimum part quantities occur? Any ideas suggestions are *much* appreciated! Andre -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron de Bruin's site
http://www.rondebruin.nl/sendmail.htm http://www.rondebruin.nl/index.html an Article by Ron on MSDN: http://msdn.microsoft.com/library/en...odc_xlmail.asp Dick Kusileka's site http://www.dicks-clicks.com Show the mechanics of sending an email. You can use the change event in your code to trigger the determination of when to send it. This explains events (Chip Pearson's site) http://www.cpearson.com/excel/events.htm -- Regards, Tom Ogilvy funperro wrote in message ... I am currently in the planning stages of a small project at work. Let me explain the project quickly.. I'd like to get some input if I could: At my work, we have a warehouse that houses all of our parts for our equipment. The problem is this: the guys that work in the warehouse do not have a system to monitor what goes in and out (except for a terrible paperwork 'system' they use). We don't know when we run out of parts until we actually run out - which is not funny, as you can imagine! My idea is this: I want to set up a simple excel list of part numbers that our inventory staff won't freak out on (ins and outs, etc.). Basically, when a box of parts is received, I want them to look up the specific part number and add to its total in their excel spreadsheet. When a part is removed from the warehouse, they would subtract from that specific part number's total. Seems easy for most, right? You'd be surpised with our guys! I would then like to have a second excel worksheet (locked, of course!) that would retrieve the part number totals. When these parts get below a certain quantity, this excel worksheet would then send an email to the people that are responsible for ordering parts. This worksheet would contain all the part numbers, and each part number would have information with it such as Supplier info, costs, wait time, etc. This email would provide all the information needed to make the order, nothing more. Can I do this? Can I have excel somehow send out these emails automatically when these minimum part quantities occur? Any ideas suggestions are *much* appreciated! Andrew --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom -
Thanks for your quick reply. I glanced over the links and am stil wondering if its possible to send email through excel - or is a clien necessary? Thanks - Andre -- Message posted from http://www.ExcelForum.com |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel doesn't provide any specific capability for it, but if you look at
Ron's information on CDO, it doesn't necessarily need a client, but it does need the underlying foundations such as smtp. -- Regards, Tom Ogilvy funperro wrote in message ... Tom - Thanks for your quick reply. I glanced over the links and am still wondering if its possible to send email through excel - or is a client necessary? Thanks - Andrew --- Message posted from http://www.ExcelForum.com/ |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok. I have figured out how to make it send an email via CDO. It work
great! Now I have another question - I'm a beginner when it comes t programm VBA, so please bear with me. I don't understand how t actually have my VB app or macro or whatever you want to call it t run. Right now, my program will only go through and send out an emai if I hit alt-F11 and then click run. How do I make this macro run b itself? Is there a way to make the macro run when closing the file? How about when opening the file? Any help is appreciated - Andre -- Message posted from http://www.ExcelForum.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.cpearson.com/excel/events.htm
Chip Pearson's page on Events. -- Regards, Tom Ogilvy funperro wrote in message ... Ok. I have figured out how to make it send an email via CDO. It works great! Now I have another question - I'm a beginner when it comes to programm VBA, so please bear with me. I don't understand how to actually have my VB app or macro or whatever you want to call it to run. Right now, my program will only go through and send out an email if I hit alt-F11 and then click run. How do I make this macro run by itself? Is there a way to make the macro run when closing the file? How about when opening the file? Any help is appreciated - Andrew --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to automatically number order forms in excel upon opening? | Excel Discussion (Misc queries) | |||
Email, forms, Excel, Infopath, Sharepoint | Excel Discussion (Misc queries) | |||
Excel 97 generating email automatically starts Lotus 6. DefaultOK | Excel Discussion (Misc queries) | |||
How do I automatically send daily email of updated Excel workbook. | Excel Discussion (Misc queries) | |||
Excel Forms - text fields decompressing font automatically | Excel Discussion (Misc queries) |