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 Compilation error in hidden module

Are you sure you uninstalled all of it?

I think I'd do some detective work to find the problem addin/workbook.

Chip Pearson has some notes on how to diagnose startup errors:
http://www.cpearson.com/excel/StartupErrors.htm

And Jan Karel Pieterse has more notes:
http://www.jkp-ads.com/Articles/StartupProblems.asp

Essentially, you'll turn off all the addins/startup workbooks and then open
excel. Make a change to the standard toolbar. And then turn on each addin
(closing and reopening) one at a time to find the culprit.

Bernd Kuerbs wrote:

Hi,

I recently installed some software and deinstalled it after evaluating.

Looks like this software installed a hidden module for MS Excel - and
did not properly remove it - which now causes trouble.

Each time I run Excel I get a series of error messages "System error -
unknown error" which ends in the message "Compilation error in hidden
module ThisWorkBook".

I cannot access this module because it is hidden and password protected.

This happens only for the user I used to install said software - other
users on this computer can run Excel without problem.

I'm using Excel 2000 and Windows 2000 - all service packs installed.

Does anyone have an idea how to correct the situation?

Will de-installing and re-installing Excel help?

Many Thanks

Bernd Kuerbs


--

Dave Peterson