HW 1: Intro. to VBA and the Object Model (25 pts. Total

Added on -2019-09-19

| 3 pages
| 819 words
| 262 views

Trusted by 2+ million users,
1000+ happy students everyday

Showing pages 1 to 1 of 3 pages

HW 1: Intro. to VBA and the Object Model (25 pts. Total)1. (6 pts) In this exercise, you will write expressions that refer to some of the objects in the Excel object model, which is shown in the following figure.a.How many collections are shown in the above figure? -- 2b.For each of these collections, what type of objects are the members of this collection. For example, if the collection is people, the type of its member would be person? --Members of Workbooks: WorkbookWorksheet is a member of Worksheetsc.What expression can be used to refer to the running Application, i.e. Microsoft Excel?Applicationd.What expression can be used to refer to the Workbooks collection?Application.Workbookse.What expression can be used to refer to the Workbook object whose name is “My Workbook.xlsm”? Application.Workbooks(“My Workbook”)f.What expression can be used to refer to the second Worksheet object contained in the Workbook object whose name is “My Workbook.xlsm”?Application.Workbooks(“My Workbook”).Worksheets(“Sheet2”)2. (6 pts) In this exercise, you will write references to the objects found in a portion of the Microsoft Word object model, which is shown in the following figure.

Found this document preview useful?

You are reading a preview
Upload your documents to download
or
Become a Desklib member to get accesss

Students who viewed this