View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Sub that cannot be executed from Excel

Take any sub and export to a .bas file
Then delete the sub and the module that held it.
--
Gary's Student


"Alex St-Pierre" wrote:

Hi,
I would like to have a Sub that cannot be executed from Excel. The sub
doesn't have a parameters inside. Does the solution is to put a non used
parameters inside?
Thanks!
Alex
--
Alex St-Pierre