Which of the following is NOT true when securing VBA code?
A) Before implementing a database that contains VBA, all modules should be checked for potential errors.
B) Error checking will prevent users from encountering unnecessary and confusing errors while using the database.
C) Unsecured VBA can be altered either intentionally or unintentionally, but it can be easily secured to prevent this.
D) You do not need to secure your VBA so that it is not copied.
D
You might also like to view...
Give the output of each of the following commands.
Assume you have made the following assignment: $ person=Zach a. echo $person b. echo '$person' c. echo "$person"
A typical Group Footer section will include which type of data?
A. a count or subtotal for records in that group B. the date and time the report was generated C. the report page number D. detail fields for all records included in the group
Digital signatures are used for ________ authentication.
initial message-by-message Both initial and message-by-message Neither initial nor message-by-message
The compiler is responsible for ____.
A. translating high-level programming language into machine-readable form B. controlling the operation of the system C. producing output from programming language such as C# D. producing UML diagrams during the design phase