What is the difference between Property Get, Set and Let.
Answer Posted / guest
Set ? Value is assigned to ActiveX Object from the form.
Let ? Value is retried to ActiveX Object from the form.
Get- Assigns the value of an expression to a variable or
property.
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
How would you navigate between one document to another document in Internet Explorer ?
How would you add elements in TreevieW Control?
Write the Steps in Creating an ActiveX Control?
what are the Differenct Types of Procedures in VB?
What is ActiveX Control?
Explain the working of templates?
What is ActiveX Dll and ActiveX Exe?
How do I call a DLL?
Explain OLE Drag and Drop.
What is the use of parameters collection?
Does VB support pointers to functions?
How can you Navigate from the DHTML application to another DHTML application? .
What is the use of OLE?
How would you map properties to controls by using ActiveX Control Interface Wizard?
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.