Krishan has attended:
MOS Exam course
Excel Intermediate course
Excel Advanced course
Excel VBA Intro Intermediate course
Excel Introduction course
Excel Intermediate course
Excel Advanced course
Ms Excel VBA
What is an object?
RE: Ms Excel VBA
Hi Krishan
An object has both properties and methods and can belong to a collection.
As the world around us is made up of physical objects, Excel and other applications are also made up of objects.
In Excel the application is an object and is made up of other objects eg. Workbooks
A Workbook is made up of among other things Worksheets and Charts. So it can be said that a collection of worksheets make up part of a workbook
A worksheet is made up of cells, rows columns.
And the list goes on
Hope this helps
Carlos