I am creating an Outlook Automation App using Ms Access. My question is: Is it possible to add references during runtime? How can this be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, instead of saying
Say
This switches it from early binding to late binding. A little slower, but it will work fine.
If you want intellisense to work properly, use early binding (the first form) while you are coding, and then switch it to late binding (the second form) when you are done.