Error message:"Compile error modul 1"

J

Jonsson

Hi,

I have created an excelfile with some code in it. When I try to open it
on another computer I get an error message saying "Compile Error in
modul 1"
Is it becouse I use "Option Explicit" in my module or is it something
else?

Any suggestion apprecciated!

//Thomas
 
S

sebastienm

Hi,
On the other computer, open the file, do a compile (menu Debug > Compile).
Where does the code break?
 
Top