View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Compile error in hidden module: "Module Name"

If you're project is protected, unprotect it and try opening it in xl2k. The
module won't be hidden and you should be taken to the line that caused the
error.

Eric wrote:

Hello,

I have been using Excel 2000 & 2003 to write macros and addins that would
run on both Excel 2000 & 2003. Recently I have install SP3 on my Excel 2003
machine and now whenever I save my addins with this version it does not run
anymore in Excel 2000. I now get the message: "Compile error in hidden
module: ModuleName".
I Googled the error and the only solution I found was to update Adobe
Acrobat, solution definitely not related to my problem...

Any idea?

Thank you.

Eric


--

Dave Peterson