Password prompt appears when closing Excel

G

Guest

Hi,

I have developed an addin (.xla) for Excel. We're noticing strange behaviour
in some cases where a password prompt appears when closing Excel. The prompt
is for the password attached to the VBA project which I've set as the 'lock
for viewing' password.

Any ideas why this would be happening??
 
D

Dave Peterson

Does it only happen on pc's that have the "Google Desktop Search" installed?

If yes, there have been some posts that saying turning off the excel COM Add-in
removes the problem.

One way to turn it off:

In excel,
Tools|customize|Commands tab|Tools Category
Scroll down the commands listbox and
Drag "COM Add-ins..." to under Tools|Addins
(It seems to make sense there.)

Then close up that dialog.

Back to Tools|COM Add-ins...
Turn off the google desktop search addin.

(You could use a registry tweak, too. But I think that this is safer/easier.)

===
You may want to look at the other office programs, too (well, if you experience
problems).
 
G

Guest

I'm having the same problem with a custom add-in, but I don't have the google
desktop search installed.

Any other ideas?
 
D

Dave Peterson

I don't have another guess.

Jeff said:
I'm having the same problem with a custom add-in, but I don't have the google
desktop search installed.

Any other ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top