Stata's ODBC interface is fantastic, but I'm looking to use it to access numerous Excel files in an automated fashion. So far, every time I want to access a different Excel file with ODBC, I need to create a new data connection to it using these instructions (http://www.ats.ucla.edu/stat/stata/faq/odbc.htm), which requires admin privileges (and therefore a call to my IT department).
I realize this is somewhat a Windows question and a Stata question, but if I just have a do file and some Excel files in the same folder, do I really need to create a separate data source connection for *each* of those files, using admin privileges? Or is there a way to simply have Stata load an Excel file using the built-in Excel driver (well, built-in since I have Office installed), without having to create a new data connection to it every time?
I realize this is somewhat a Windows question and a Stata question, but if I just have a do file and some Excel files in the same folder, do I really need to create a separate data source connection for *each* of those files, using admin privileges? Or is there a way to simply have Stata load an Excel file using the built-in Excel driver (well, built-in since I have Office installed), without having to create a new data connection to it every time?
Comment