how to hide a list of macros without password protection

  • Thread starter Thread starter Padam
  • Start date Start date
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?
 
Hi Padam,

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



Cheers
 
Back
Top