InterviewSolution
Saved Bookmarks
| 1. |
What is achieved by recording and running macros?computer |
|
Answer» When you RECORD a macro, the macro recorder records all the STEPS in Visual Basic for Applications (VBA) code. These steps can include typing text or NUMBERS, clicking cells or commands on the ribbon or on menus, formatting cells, rows, or COLUMNS, or even importing data from an external source, say, Microsoft Access |
|