Discuss two purposes of adding comments to VBA procedures
What will be an ideal response?
Adding comments to VBA procedures can help you keep track of your own code as your procedure becomes larger and more complicated. This might include making notes about what is or is not working in your code or what enhancements you might want to make in the future. Comments also provide a convenient method of documenting your code in the event that the project passes to another database administrator.
You might also like to view...
Match the following terms to their meanings:
I. browser II. HTML III. Web site IV. hyperlink V. home page A. used to connect to another Web page B. preselected Web page for a browser to display when first opened C. programming language used for Web pages D. group of related Web pages E. program designed to retrieve Web pages
Is it possible for an interactive system to be efficient without being effective? Why or why not?
What will be an ideal response?