how to hide a list of macros without password protection

P

Padam

hi,

I need your help to hide a list of macros from excel 2000 and onwards
without using password protection.

Could you help me?
 
M

macropod

Hi Padam,

The simplest way is to prefix them with 'Private', eg:
Private MySub()



Cheers
 
Top