How to extract data from Oracle Database into Excel Spreadsheet via VBA code
Hey everyone,
I just got assigned this new project where I have to extract data from an Oracle database and place it into Excel via VBA code. As of right now, I am unsure of the column headings within the Oracle database. If I knew that, I knew there would be a way to query those headings and possibly extract data in that fashion. What would be a great help is some general code I could use for interacting with an Oracle database so that I can extract the data that I would like. My final objective is to create a raw table of all this data and then to produce charts from this data graphing rejection rates on a weekly basis. Basically, data from the Oracle database is extracted each week, and the raw table will be updated by placing the appropriate data under the appropriate week. After this update, the newest data is added to the charts generated so that the user can see the rejection rates of the data over time. If this description is too vague, let me know. Hope someone has some useful information that could help me with this. Thanks to all for your time.