Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Option Compare Text
Option Compare Text
Resolved · Low Priority · Version 2003
James has attended:
Excel VBA Intro Intermediate course
Option Compare Text
Can an Option be used with in an individual sub?
For upcoming training course dates see: Pricing & availability
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
|
