Thread: Project Window
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_58_] Mike[_58_] is offline
external usenet poster
 
Posts: 18
Default Project Window

Hi. I am just starting to learn VBA. I am going through
the book, "Writing Excel Macros" by Steven Roman.

I have opened the Visual Basic Project Window and only
see the following modules in the upper left Project
window:

+ Navigator (Navigator.xla)
- VBAProject (Book1)
- Microsoft Excel Objects
Sheet1
Sheet2
Sheet3
ThisWorkbook

The text book indicates that I should also see Forms and
Modules in this window. Does anyone know why these are
not present for me?

Thanks,
Mike.