Hi everyone
I am trying to learn about the Excel object model and i am bit confused the following code line:
Excel.Application.Selection.CurrentRegion.Select
In the object browser i can see that application is an child class and a property of Excel. I can also see the selection is a property of the application class. But how can i in the object browser see that currentRegion is a property of selection?
Sincerly
Christian
I am trying to learn about the Excel object model and i am bit confused the following code line:
Excel.Application.Selection.CurrentRegion.Select
In the object browser i can see that application is an child class and a property of Excel. I can also see the selection is a property of the application class. But how can i in the object browser see that currentRegion is a property of selection?
Sincerly
Christian