I'm going to disagree with [RS Conley][1] (very unusual). My favourite VB6 gurus - Francesco Balena, Dan Appleman - all disliked VB6's automatic conversion, and are [in][2] [favour][3] of `Option Strict` in .NET. Many experienced VB6 programmers know automatic conversion as "evil type coercion" ([pdf][4]), and will be delighted to switch on `Option Strict`.   
 
It's occasionally better to use one small module without `Option Strict`, to avoid lots of complicated reflection code. But that's the exception that proves the rule. 


  [1]: http://stackoverflow.com/questions/222370/option-strict-on-and-net-for-vb6-programmers/222693#222693
  [2]: http://www.amazon.com/Exploring-Net-1-Dan-Appleman/dp/B00008I9N4
  [3]: http://www.amazon.co.uk/Practical-Guidelines-Practices-Developers-Pro-Developer/dp/0735621721
  [4]: http://vb.mvps.org/articles/pt199511.pdf