LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Option Explicit set at Application Level by Excel Add-in?

I am getting the errors normally associated with using undimensioned
variables in an Option Explicit module. But I haven't set Option
Explicit on that module nor anywhere else in my project (an Excel 2K3
workbook with some VBA routines).

If I dim the variables, the problem goes away.

So, I can work with it, but the problem is contrary to my understanding
of "Option Explicit".

My understanding is that "Option Explicit" only operates at module
level (says so in the Help file), but this I haven't done.

***Is it possible for a third party addin to somehow set "Option
Explicit" at the application level?

The reason I ask is that the only machine out of 11 which has the
problem is one which has a third party add-in installed. Some of the
add-in code is exposed and uses "Option Explicit", though, as expected,
on a per-module basis. Perhaps there is some code for the add-in that
I can't see.

***More generally, how can "Option Explicit" type dimensioning
requirements come to be in my module without my having set them?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Option Explicit [email protected] Excel Discussion (Misc queries) 5 April 30th 08 11:19 PM
option explicit Dave F Excel Discussion (Misc queries) 2 September 5th 06 02:46 PM
Option Explicit Piranha[_18_] Excel Programming 5 July 6th 05 04:18 AM
Option Commands (Option Explicit / Option Base etc) - Scope Alan Excel Programming 8 November 1st 04 02:22 AM
Option Explicit Grace[_4_] Excel Programming 6 June 12th 04 04:28 PM


All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"