In writing VBA procedures, comments are displayed in green and are preceded by a(n) ________
Fill in the blank(s) with correct word
apostrophe
Computer Science & Information Technology
You might also like to view...
An object’s data is known as its __________ or properties.
Fill in the blank(s) with correct word
Computer Science & Information Technology
To ________ is to find errors in a macro
A) debug B) troubleshoot C) check D) step
Computer Science & Information Technology
what will code assign to dblRate variable when the dblSales variable contains the number 459.99?
If dblSales <= 0 Then dblRate = 0 ElseIf dblSales < 460 Then dblRate = 0.05 ElseIf dblSales < 1000 Then dblRate = 0.1 Else dblRate = 0.15 End If
Computer Science & Information Technology
Which of the following contains an illegal character and, therefore, isn’t a legal file name?
a. hello.goodbye.hello.txt b. homework 11-04-15.docx c. homework:ch_03.xlsx d. make_my_day.bmp
Computer Science & Information Technology