View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Жигайлов Роман Жигайлов Роман is offline
external usenet poster
 
Posts: 1
Default Calling a private macro


Folks, just about finished this thing and am now making all the macros
private to prevent tampering only to find that any private macros called
within another macro cannot be found. I get a "Sub or Function Not

Defined"
compile error.

Macro being called is "Private Sub ProtectBudgetSheetWithPassword" and the
line Call ProtectBudgetSheetWithPassword fails.

Any ideas?


Use modules.