Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default inventory management within excel file

I work for an internet company that sells around 4000 products. Our
inventory is currently in an excel file. Whenever an order comes in via
email, we must go in and manually remove the items from the inventory. We
are looking for a way to have the inventory reduced automatically when the
email comes into our computer system. Do you know if excel is capable of
performing this function? Any suggestions would be greatly appreciated.
Will the excel file that we currently have our inventory in interface with
any shopping cart that you are aware of?
Roberta Wuerth

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default inventory management within excel file

I'm 99% confident that you can do this. What needs to be done needs to be
done within your email client. I presume you're using Outlook. Specific
coding for handling incoming email help can be obtained over in the Outlook
help group.

But essentially you're going to look for emails coming in to the particular
address and then validate them to make sure they are orders - with whatever
handling of non-order emails taken care of in code also. Once you determine
that an email is an order, you'd have Outlook create an instance of Excel,
open your inventory workbook and adjust the inventory quantity (or deal with
situation where it involves a back-order or even doesn't match up with an
item you have in inventory).

An alternate method is to have an Excel workbook set up that contains code
to periodically create an instance of Outlook, look for new order emails and
update the contents of that workbook. That one could be linked to your main
inventory workbook to get current inventory. I had a setup like that once
using Access to check Outlook for new emails with Excel workbooks attached,
validate and extract data from those workbooks and stuff it into the Access
database. It all ran on an unattended system with a dedicated email address
that the emails/workbooks were sent to. But that's been some time back
(original development was in Office 97). For all I know, AT&T may still be
using that system - it used to handle about 400 emails a day from their
network engineers.

"RobertaW" wrote:

I work for an internet company that sells around 4000 products. Our
inventory is currently in an excel file. Whenever an order comes in via
email, we must go in and manually remove the items from the inventory. We
are looking for a way to have the inventory reduced automatically when the
email comes into our computer system. Do you know if excel is capable of
performing this function? Any suggestions would be greatly appreciated.
Will the excel file that we currently have our inventory in interface with
any shopping cart that you are aware of?
Roberta Wuerth

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Management using VBA C Brandt Excel Discussion (Misc queries) 4 June 28th 07 12:20 AM
parts inventory management Nita M. Excel Discussion (Misc queries) 0 May 30th 07 02:56 PM
Vlookup/matching help needed! for inventory management.... jack Excel Discussion (Misc queries) 4 February 20th 07 10:53 PM
sales journal and inventory management benwmen Excel Discussion (Misc queries) 4 April 27th 06 03:24 PM
Inventory Management Newtonboy Excel Discussion (Misc queries) 5 January 3rd 06 06:01 AM


All times are GMT +1. The time now is 05:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"