Jean-francois has attended:
Excel VBA Intro Intermediate course
List of objects /
Where can i find a list of the possible object to be used in VBA ?
RE: List of objects /
Hello Jean-Francois
Thank you for your question
If you enter the VBE and press F2 you will open the object browser. In this you can search for selected objects and view the complete list of their methods and properties.
Another approach is to bring up help and search for "microsoft excel object model". This presents you with a diagrammatic description of the object model
Hope this is useful
Regards
Stephen