James has attended:
Excel VBA Intro Intermediate course
Option Compare Text
Can an Option be used with in an individual sub?
RE: Option Compare Text
James
The simple answer is NO
All Option Statements must appear at module level BEFORE any Procedures
Within a Workbook each Module can hold its own Option Statements that will be activated when the code in the Module is run
Hope this helps
Carlos