Background is that our IT has allowed us non IT types to get to some SQL data which I get with a Data connection in Excel. I would love to pipe it straight into MS Access but I imagine even to humbly request that would create a dread sense of panic amongst them and I would subsequently live in fear of 'virtual' removal from the organization. Yes, they are well connected to HR.
My main goal is to process this data transfer automatically in the wee hours of the morning so our team will have access (pun?) to the data when they start their day.
So I am bit new to this method of getting data into Excel but so far it seems that I have been successful. I then use the Excel query to trim the data down the stuff I need which is very valuable as one of the tables has over 200K rows. This creates one of the timing issues. I have to transfer the SQL data in first then I need to run the queries that trim away unwanted data and do some data type conversions. I have written a very simple macro that just calls for all four connections to be refreshed. First two are sequel data and last two are the queries in Excel. Maybe I'm already OK but I don't know if these refreshments are occurring one at a time in the correct order? Can someone let me know the answer to that question?
Next question is how to program Excel to do that at 4:00 AM without having to drive here that early (I'm not usually awake). I wrote a Workbook-Open macro for that.
My main goal is to process this data transfer automatically in the wee hours of the morning so our team will have access (pun?) to the data when they start their day.
So I am bit new to this method of getting data into Excel but so far it seems that I have been successful. I then use the Excel query to trim the data down the stuff I need which is very valuable as one of the tables has over 200K rows. This creates one of the timing issues. I have to transfer the SQL data in first then I need to run the queries that trim away unwanted data and do some data type conversions. I have written a very simple macro that just calls for all four connections to be refreshed. First two are sequel data and last two are the queries in Excel. Maybe I'm already OK but I don't know if these refreshments are occurring one at a time in the correct order? Can someone let me know the answer to that question?
Next question is how to program Excel to do that at 4:00 AM without having to drive here that early (I'm not usually awake). I wrote a Workbook-Open macro for that.