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 |
What is the Difference between in memory database and physical database
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
Binary tree?
What is good attributes of Programming language ?
What is the difference between WebIntelligence and Designer in creating universes?
How to find out the user exit for va01.
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
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.
differences between qtp10.0 and 11.0 ?
6.int x=10; float y=20; a=x%2=? b=y%2=?
What is the purpose of <Trigger> element of <updatePanel> in Ajax
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.