A(n) ________ in VBA executes a block of statements while a condition remains true or until a condition is true

Fill in the blank(s) with correct word

Do...Loop

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) To draw a circle or ellipse, you can use the Circle control. b) An Ellipse’s location and size is defined like a Rectangle—with attached properties Canvas.Left and Canvas.Top for the upper-left corner, and properties Width and Height for the size. c) Together, the Canvas.Left, Canvas.Top, Width and Height of an Ellipse define an invisible bounding rectangle in which the Ellipse touches the center of each side. d) To draw a circle, provide the same value for the Width and Height.

Computer Science & Information Technology

The command to show your current directory pathname is

a: pcd b: ls a c: pwd d: lp pwd e: ls pwd

Computer Science & Information Technology