Option explicit

  • Thread starter Thread starter Alexandre Brisebois (www.pointnetsolutions.com)
  • Start date 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
 
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)"
 
Back
Top