I am looking in a VBA project I've downloaded and have found following code
I've looked through the entire project for the names "budget_p" and "upload_from_excel", but can't find anything. The project is helping me update and insert lines in an Oracle database. Is it possible that functions is located somewhere else than in my Excel project? The project is made for a bigger company, so I guess there are made some security settings.
Code:
SQL = "BEGIN budget_p.upload_from_excel(" & ... & "); END;"
I've looked through the entire project for the names "budget_p" and "upload_from_excel", but can't find anything. The project is helping me update and insert lines in an Oracle database. Is it possible that functions is located somewhere else than in my Excel project? The project is made for a bigger company, so I guess there are made some security settings.