PROGRAMMING WITH VBA - Practice Mode

1) Which VBA property returns a range object that represents all the cells on the worksheet?
Correct Answer: Cells
2) Which object is member of the workbook?
Correct Answer: Worksheet
3) Which type of work book method cannot be modified in VBA?
Correct Answer: Protect
4) Which workbook property returns a string value that represents the name of the object in VBA?
Correct Answer: Name
5) Which workbook property returns the name of the object including its path on disk in VBA?
Correct Answer: Full name