Option explicit

  • Thread starter Alexandre Brisebois (www.pointnetsolutions.com)
  • Start date
A

Alexandre Brisebois (www.pointnetsolutions.com)

does option explicit complie even if you have a missing library ?

i have two different modules, the first module is not option explicit,
and does not complile on a missing assembly.

the second module is option explicit and works properly with my
reference check. and works when there is a missing assembly.

can someone shed some light on this ?

Regards,
Alexandre
 
B

Bob Phillips

No it only relates to variable references within that module.

Missing libraries are something you can easily check at the development
stage.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alexandre Brisebois (www.pointnetsolutions.com)"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top