Can Redim be used to declare a new array ?
Answer Posted / padma
M. chitramala is right. Redim is to resize the exiting
array variable.
sample:
Dim myarray() as string
Redim myarray(10)
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain the types of Views in Listview Control.
How to find size of the file. Which method or function is used to occomplish this?
Is there any Edit method in ADO Data Access method?
what is the Difference between Recordset and Querydef?
What is Seek Method which type of record set is available this?
How would you access objects created in ActiveX Exe and ActiveX Dll
Maximum Control Names length?
Difference between ActiveX Exe and Dll.
How do I implement Undo?
what are the Types of LockEdits in RDO?
What is datagrid in vb net?
Which type of object requires this object?
Is it possible to call oracle database through ADO control or Object?
How would you use ActiveX Dll and ActiveX Exe in your application?
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).