View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ker_01 ker_01 is offline
external usenet poster
 
Posts: 395
Default module not accessable

Steve-

Is the module one that you created? If not, what is the name of the module?

If it is an add-in (or a native Excel module) then even though it is visible
in the VBE when you are working on your own workbook, it is probably still
password protected by whomever created it, to protect their intellectual
property.

"Steve" wrote:

Morning all.
I'm trying to open a module in the VBE, and it's not allowing me to view it.
I can view all the other modules. I don't have an active macro running. There
is no password protection on the module/file, so that's not it. I click F7,
and nothing happens. I click ctrl+f and the window comes up, and shows each
line where I'm finding the searched for element, but does not open the module
for viewing the contents.

What would prevent a module from being viewable?
Help! Please....