Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a problem which I hope someone can explain to me. An excel fil with a lot of macro's in it uses no "clean" declaration of variables so not Dim i As Integer i=1, but just i=1), so every parameter i declared as Variable. On my computer this file works with out problem, on other computers the file gives an error message "canno find Library". I know this has someting to do with option explicit, but my question i how can I let the file work on the other computers without declaring al the variables for the macro's (which will take me a couple of days) Thanks in advance maarte -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Explicit | Excel Discussion (Misc queries) | |||
option explicit | Excel Discussion (Misc queries) | |||
Option Explicit | Excel Programming | |||
Option Explicit Error | Excel Programming | |||
Implied Option Explicit in XP?? | Excel Programming |