________ Layout view is a screen view which is useful in preparing your worksheet for printing
Fill in the blank(s) with correct word
Page
You might also like to view...
This if statement should execute if x is 0 or 1 and y < 10. Is it correct?
``` if(x == 0 || x == 1 && y < 10)) { cout<<”Hello!”; } ``` A. yes B. no
Function _______ deletes characters from a string.
Fill in the blank(s) with the appropriate word(s).
Match the following terms to the corresponding description:
I. Personal Macro Workbook II. Visual Basic Editor III. Macro Recorder IV. Module V. Object A. A variable that contains both data and code and represents an element of Excel such as Range or Selection B. A file in which macros are stored C. An application used to create, edit, execute, and debug Office application macros using programming code D. Records your commands, keystrokes, and mouse clicks to store Excel commands as VBA code within a workbook E. Stores macros that can be accessed by any Excel workbook
Which of the following resides along the left side of a column chart?
A) The plot area B) The y-axis C) The legend D) The x-axis