what is Option Implicit
Answer Posted / arka
Option Explicit On
-> x=X+1 'error
Option Explicit Off
-> x=X+1 'no error
option explicit off = option implicit (don't need to write that)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How would you create Visual basic Document file?
How would you use ActiveX Dll and ActiveX Exe in your application?
How would you navigate between one document to another document in Internet Explorer ?
what are the Differences between Recordset and Resultsets?
What is dao in vba?
What do you mean by provider?
How do I access C style strings?
Why visual basic is used?
Explain about trees structures work.
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).
How to load and unload child forms.
How would you find out the value property in Slider Bar Control?
___,__,___ are the type of combo box?
What are the rules which should be followed while naming a variable in VB?
Explain the types of Views in Listview Control?