Describe the object model in Excel

What will be an ideal response?

Excel's object model consists of a hierarchical collection of objects, each of which consist of properties, methods, and events that can all be manipulated using VBA. Excel itself is an object, containing several other objects such as Workbooks and Worksheets. Workbooks are an object collection, consisting of several workbooks, as are Worksheets, consisting of several sheets.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true about roles?

A. there are several predefined database level roles B. the scope of a role is confined to each table in a database C. a single user can be assigned to a role D. roles are used to manage permissions for groups of users

Computer Science & Information Technology

Write the prototype of a void function named array_fixer that takes four parameters:

out_list - a one-dimensional array output parameter; array values are type double in_list - a one-dimensional array input parameter; array values are type double n - an integer input parameter flagp - an integer output parameter

Computer Science & Information Technology