How do you clear the current selected item from a drop down
combo box?
Answer Posted / suresh
Combo1.Remove Item(Combo1.ListIndex)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is visualvm free?
Types of cursors in DAO?
how a multiple routing works ?
It is possible to access Text (x.txt) files? Explain.
what are the types of LockEdits in DAO?
___ property used to add a menus at runtime.
what are the Default cursor Type and LockEdit type in DAO?
What do you know about chaining views.
What is the use of OLE?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What about DLL calls that require callbacks?
Whether HTML supports multimedia: and document links?
Difference between Class Module and Standard Module?
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.