Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 30th, 2006, 08:29 AM
Registered User
 
Join Date: Mar 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Excel transfer question

Hey guys, new on the boards but have a question for you reguarding excel. I am looking to use excel to compare two databases and create a new database that has the differences listed in it. I also need a way to send emails too excel to create the first database.


Any tips or advice would be greatly appreciated.

Thanks,
J

 
Old March 30th, 2006, 01:15 PM
Authorized User
 
Join Date: Mar 2006
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Default

what type of database will you be using SQL, Oracle, access text files?

are you looking to compare whole databases, or tables in databases, will the two databases have something in common, eg an id field

 
Old March 30th, 2006, 02:43 PM
Registered User
 
Join Date: Mar 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thinking about using SQL, but am open to suggestions. Here is the general break down:

The company im working for uses 6 supply houses(all of which use email invoices). Due to the fact that we buy in bulk we get markdowns over MSRP. We have an entire (8000 or so rows in excel) database which has calculated the price that we should recieve from each of our suppliers. What I would like to do, is to take the emails, have them compared to the price list that I already have, and then produce another sheet that has the differences between the two prices. The database that we have already (price list) uses the common item number from each supplier.

Let me know what you think...

 
Old March 30th, 2006, 03:49 PM
Authorized User
 
Join Date: Mar 2006
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Default

From what you have written is seems as though you wan tto keep everything in Excel and not migrate to a database.

how does the data arrive from your suppliers, in a text file, a csv file, xml, html? do you envisage downloading data from these emails, or completely automating the whole process. You may also consider migrating the excel sheet of prices et al. (8000 rows of) to a more structured framework eg SQL database, you may be able to get away with access, depending on how much this list will grow. The process is still do-able in excel

If you have a common item number then it should be a fairly trivial process to actually construct the queries.

 
Old March 30th, 2006, 04:37 PM
Registered User
 
Join Date: Mar 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I was hoping for complete automation. The only problem with moving the database to SQL is that I would be the only person in the office who could do that.... and they want something that anyone can use.


Next question is how do I go about constructing the queries in excel?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer data from Excel to Access JezLisle Excel VBA 0 December 13th, 2007 01:25 PM
Data transfer from Access to Excel swaroop Access VBA 2 June 1st, 2007 10:30 AM
how to transfer data from excel to Access database swaroop Access VBA 5 April 13th, 2007 09:02 AM
XSLT to Excel transfer too slow JMnet ASP.NET 2.0 Basics 0 June 28th, 2006 02:40 PM
Transfer Data to Excel one cell at a time mahulda ASP.NET 1.0 and 1.1 Basics 2 April 28th, 2004 04:36 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.