what is Option Implicit
Answer Posted / shital
option explicit means declare variable name before use it,
if we not give variable name that can show error .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
___,___ arguments will be used to run a executable program in shell function
How do I call a DLL?
What is the use of command Object?What are the various types of variables?
How to find the current record position in data control?
What is Mask Edit and why it is used?
How do you change the icon and otherwise manipulate the DOS box?
How to get freefile location in memory?
How to use advanced data-bound controls.
Explain about Caturing Baseline.
How can I call a 'hidden' DOS program from VB?
How can you Implement windows functionality in VB?
What is rdo in vb?
What are the types of Error? In which areas the Error occurs?
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.
Which language is used in visual basic?