Forum Discussion

rbhogavalli's avatar
rbhogavalli
Occasional Contributor
12 years ago
Solved

not able to access methods and objects after capturing the cellrange for the sheet

Code: Dim ColName(), new_nodes()  Dim Nodes()        'Array storing the current splited node names Dim NodeStack()    'Array storing the last node names   ' the default ...
  • TanyaYatskovska's avatar
    12 years ago
    Hi Reshma,

     


    You are accessing an Excel COM object. TestComplete won't show its properties or methods in Code Completion. To learn the property you can call, you need to refer to the MSDN documentation. Here is the description of the Range object which the Cells property returns.