A sub procedure in Microsoft Visual Basic (VBA) consists of ________

A) controls and Add-Ins B) statements and comments
C) transitions and animations D) ActiveX controls and transitions

B

Computer Science & Information Technology

You might also like to view...

If the OneDrive Recycle bin reaches 10 percent of the total space for the OneDrive, files are deleted after 3 days, oldest files first, until the Recycle bin reaches less than ______ percent of the total space

Fill in the blank(s) with correct word

Computer Science & Information Technology

I have an algorithm that runs in O(N2), where n is the size of the problem. For N = 100, the time the algorithm runs is 1 minute. How long does the algorithm take for N=1000?

a) Same time b) 10 minutes c) 100 minutes d) 1000 minutes e) You haven’t given enough information. I can’t tell.

Computer Science & Information Technology