VBA is a subset of ________

A) Microsoft Visual Basic
B) Microsoft Access
C) the macro generator
D) Microsoft Windows


A

Computer Science & Information Technology

You might also like to view...

If you want to examine an input value without actually removing it from the input stream, you can apply a member function of cin to the variable ch, which you are to assume is a char type variable. Which of these does this task?

a. cin.get(ch); b. cin.put(ch); c. cin.peek(ch); d. cin.putback(ch);

Computer Science & Information Technology

What is the purpose of the fast link pulse?

What will be an ideal response?

Computer Science & Information Technology

Trojan horse viruses are difficult to detect because ________.

a) they hide within the system until a certain time or condition is met b) they allow a malicious user access to the system c) they do not require any user action to be activated d) they appear to be legitimate programs

Computer Science & Information Technology

Using a class object within another class object is known as ____.

A. nesting B. circular referencing C. building D. composition

Computer Science & Information Technology