View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cyc1120 cyc1120 is offline
external usenet poster
 
Posts: 2
Default Need help one a "complicated" problem

Hi all,

I'm currently trying to import data from Access to Excel. I have 10
huge databases and each of them represent a semester. I have no problem
getting them to Excel. However, afterwards, I have to compare them,
since I would have 10 worksheets, it would be very time consuming.

So, I was trying to find a way to put the information into a variable
(possibly and array?), compare them, sort them and then put them on the
worksheet. Anyone know how I might be able to do that?

Once again, I do not wish to get the data, put them on a worksheet and
then take the info from the worksheet again to compare them, because it
would take the program like 40 mins to run.


Thanks


Eric