option explicit error

  • Thread starter Thread starter helmekki
  • Start date Start date
H

helmekki

Hi

why, within a module, when select option explicit the DATABASE_SHEET
"..." cannot be recognised nad when i donot choose option explicit the

DATABASE_SHEET = ".." works fine



Thank u
________________
 
Option Explict means you must declare Database_Sheet

Dim DATABASE_SHEET as Variant

or whatever type it should be.
 

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

Back
Top