Thread: excel infected?
View Single Post
  #8   Report Post  
Bob Phillips
 
Posts: n/a
Default excel infected?

No, if you can get into the VBIDE, you can see them. Private refers to the
procedure's scope, not the VBIDE.

There could also be code in ThisWorkbook, or in sheet code modules.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"George" wrote in message
...
On Sat, 22 Oct 2005 19:30:01 +0100, "Bob Phillips"
wrote:

Many things can cause a macro not to show there, if they have arguments

to
the macro, if the macro is declared as Private, or if the module is
private.

The best way to check, is to go into the VBIDE (Alt-F11), and check the

code
modules in there.


I'd done that. The only things I see are my own macros, which are few
and short, and don't do anything related to the internet. But, you
allude to declaring things private: can this hide it from VBIDE?

George