Dim X,Y as Integer
Here what is the datatype of X and Y ?
Answer Posted / ram basa ty(it)
The ans is variant
Because the defualt data type is variant
The default data type is assigned by vb
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How many ways we can access file using VB?
Differentiate between DAO,ADO and Adodc as in data access objects?
I get a "file not found" error on the IIF function when I distribute by program. Why?
How do I force a file dialogue box to reread the currect disk?
how a multiple routing works ?
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).
Difference between ActiveX Control and Standard Control.
How many objects resides in ADO ?
What is visual basic used for?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
I have several megabytes of memory. Why do I get an "out of memory" error?
What do you know about chaining views.
How do I make the mouse cursor invisible/visible?
What is DAO?
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.