View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Conrado Capistrano Conrado Capistrano is offline
external usenet poster
 
Posts: 5
Default Problem with private sub

Neil,

That was great. thanks,

Jon-jon

"Neil" wrote in message
...
Conrado

sub whatEver (Optional x as integer)
'your code here
end sub

Will not display in Tools|macros but can be called by other modules.


Neil

"Conrado Capistrano" wrote in message
...
Hello NG,

I use private sub so that my code will not be run via

Tools|Macro|Macros.
However, it seems that a private sub can only be called by a procedure
within the same module. My problem is that I have a several userforms

that
also need to call those private sub. e.g a command button that will do

some
validation then call the procedures.

Pleas help!

TIA

Jon-jon