Define Form modules, Class modules and Standard modules



Define Form modules, Class modules and Standard modules..

Answer / Prashant Sirohi

In Visual Basic for Applications (VBA), these are different types of code modules:

1. Form Module: These are code modules that are associated with a specific form in your project. They contain event procedures for the events related to the form such as button clicks, form load, etc.
2. Class Module: These allow you to create custom objects with their own properties and methods. This helps organize complex code and promotes reusability.
3. Standard Module: These are regular code modules that do not have a specific association with any form or object in your project. They can contain general purpose procedures and functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

What is the Difference between in memory database and physical database

1 Answers  


can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in

0 Answers  


Binary tree?

1 Answers   Mascot,


What is good attributes of Programming language ?

6 Answers   GKN Land Systems,


What is the difference between WebIntelligence and Designer in creating universes?

1 Answers  


How to find out the user exit for va01.

1 Answers  


What are the five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.

1 Answers  


differences between qtp10.0 and 11.0 ?

1 Answers  


6.int x=10; float y=20; a=x%2=? b=y%2=?

1 Answers  


What is the purpose of <Trigger> element of <updatePanel> in Ajax

1 Answers  


Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.

1 Answers   Manhattan,


Categories