What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answer Posted / saravanapandian.p
% is anoter way to declare variables in VB there is no need
to tell the type. % it self tells the type is varient
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between Tabletype and Snapshot?
How do I call a DLL?
How to use advanced data-bound controls.
What is ActiveX Control?
Maximum Control Names length?
How would you use ActiveX Dll and ActiveX Exe in your application?
Which type of object requires this object?
Is visual basic c#?
What is the need of tabindex property is label control.
What is a toolbox in visual basic?
Which language is used in visual basic?
How do you create a form in visual basic?
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.
Where can I get good up-to-date information about VB?
What are the tools in visual basic?