Answer Posted / manpreet singh
1.Sub procedure--which does not returns a value
2.Function procedure--return a value
3.event handling procedure
4.property procedure--also can contain code
but two types of general procedure used.
function procedure and sub procedure
example for Sub procedure
Private sub procedure_name(parameterlist)
......Action to be performed
End Sub
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I play MID, WAV or other multimedia files?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
What is the need of tabindex property is label control?
What is OLEDB?
What are the types of line styles available in Treeview Control?
____ is the difference between Listindex and Tab index.
How do I do drag & drop between applications?
What are forms in visual basic?
Explain Default cursor Type and LockEdits type in RDO?
What do you know about user forms.
__ no of controls in form.
Is it possible to set a shortcut key for label?
How would you create properties in ActiveX Control?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Explain about conditional operators?