When recording a macro, the Record Macro command stores the macro in a(n):

A) event. B) sub event. C) module. D) file.


C

Computer Science & Information Technology

You might also like to view...

Which of the following is not one of the main problems that can occur in developing decision tables?

A) incompleteness B) impossible situations C) contradictions D) repetition

Computer Science & Information Technology

Write a function called reverseSecondHalf that takes a sound as input, then reverses just the second half of the sound and returns the result. For example, if the sound said “MarkBark,” the returned sound should say “MarkkraB.”

What will be an ideal response?

Computer Science & Information Technology

The start and compare arguments of the InStr function are optional, but stringexpr1 and stringexpr2 are not

Indicate whether the statement is true or false

Computer Science & Information Technology

When a numeric variable is concatenated to a String, the entire expression becomes a(n) ____.

A. int B. constant C. method D. String

Computer Science & Information Technology