Programming With Vba Set 6


Which entitie hold data in VBA?
  
    (A) Literals
    (B) Constants
    (C) Keywords
    (D) Variables

Variables

Which worksheet method is used to copy a sheet to another location in the workbook?
  
    (A) Activate
    (B) Copy
    (C) Save As
    (D) Select

Copy

Which VBA worksheet property return or sets a string value that represents the object name?
  
    (A) Name
    (B) Index
    (C) Range
    (D) Cells

Name

Which method displays the data form associated with the worksheet in VBA?
  

    (A) Copy
    (B) Printout
    (C) Show Data Form
    (D) Select

Show Data Form

Which VBA property returns a range object that represents all the cells on the worksheet?
  
    (A) Cells
    (B) Rows
    (C) Index
    (D) Name

Cells