In Excel, a cell's width is automatically adjusted when the font size changes.

Answer the following statement true (T) or false (F)

False

Computer Science & Information Technology

You might also like to view...

A form contains a text box named txtBox and a button named btnClip. The statement Clipboard.SetText("") is placed inside btnClip’s Click event procedure. At run time, what will be placed into the Clipboard if the user enters the word “Hello” into txtBox and then clicks on btnClip?

(A) the word “txtBox” (B) the word “Hello” (C) the Clipboard will be emptied of all contents (D) the word “btnClip”

Computer Science & Information Technology

A variable that is visible to every form in a program is said to have scope.

(A) class (B) module (C) global (D) namespace

Computer Science & Information Technology