PROGRAMMING WITH VBA - Practice Mode

1) Which data type can hold any type of values in VBA?
Correct Answer: Variant
2) Which entitie hold data in VBA?
Correct Answer: Variables
3) Which worksheet method is used to copy a sheet to another location in the workbook?
Correct Answer: Copy
4) Which VBA worksheet property return or sets a string value that represents the object name?
Correct Answer: Name
5) Which method displays the data form associated with the worksheet in VBA?
Correct Answer: Show Data Form