Presentation - Working Area

Page visited 9730 times

 
1. To activate the Macro Editor, go to the menu Tools/Macro/Visual Basic Editor (Alt + F11)
Excel-Exercise-Tutorial-1
 
 
 
2. A new program, distinct of Excel, is opened
Excel-Exercise-Tutorial-2
 
 
 
3. On the left, a window calls 'Project Explorer' shows you the aborescence of your project
Excel-Exercise-Tutorial-3
 
 
 
4. You can see the different elements of your Excel file:

The worksheets (including the hided sheets)
Excel-Exercise-Tutorial-4
 
 
 
5. Your personnal dialog boxes
Excel-Exercise-Tutorial-5
 
 
 
6. The modules
Excel-Exercise-Tutorial-6
 
 
 
7. Underneath, a properties windows provides you to change some options (very useful for your personnal dialog box)
Excel-Exercise-Tutorial-7
 
 
 
8. The window Code, where you'll write your program
Excel-Exercise-Tutorial-8