A(n) ________ at the workbook level would be when a user opens or closes a workbook
A) procedure
B) variable
C) event
D) object
Answer: C
Computer Science & Information Technology
You might also like to view...
You can change the font size for queries but not for datasheets.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of following statements invokes the getdiscount function, passing it the contents of two decimal variables named decSales and decorate? The statement should assign the function's return value to the decDiscount variable.
a. decDiscount = call GetDiscount(decSales, decorate) b. call GetDiscount(decSales, decorate, decDiscount) c. decDiscount = GetDiscount(decSales, decorate) d. none of the above
Computer Science & Information Technology