Which of the following is NOT true about the VB Editor?
A) The Properties window in the VB Editor is similar to the Property Sheet in Excel.
B) The Project Explorer is on the left side of the VB Editor.
C) The VB Editor Code window is a workspace text editor for writing and editing VBA programming statements.
D) When you create a VBA procedure using the VB Editor, you enter your code statements in design time.
A
You might also like to view...
The ________ view of a table displays the data stored in the table
A) Design B) Layout C) Datasheet D) Report
Answer the following statements true (T) or false (F)
1. Structured programming requires the use of complex control structures. 2. In C++, the = and == operators perform identical operations and may be used interchangeably. 3. C++ only evaluates as much of a logical expression as necessary to evaluate it; this is called short-circuit evaluation. 4. C++ allows overloading operators when working with programmer defined types.