Thread: vba structure
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default vba structure

This site has some good basic information about VBA. Check out Item 2. on
Macros for the vocabulary. It gives the basic structure by describing the
components of VBA as definitions.

"Rick" wrote:

Is there a logical way to structure the code behind the excel program. Such
as top down design. Does Excel within the Windows environment drop memory
requirements as a section is no longer needed. One use logic being at the
bottom of the structure, and the more often, many times use at the top.
Anybody out there that knows the real skinny on this question?