View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J@Y J@Y is offline
external usenet poster
 
Posts: 127
Default Sub(), Modules, and Private/ Global variables

I trying to understand is Modular programming thing. What exactly does sub()
define? How would I create variables which can be called upon by different
modules?