View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RichWeaver RichWeaver is offline
external usenet poster
 
Posts: 1
Default Displaying code and spreadsheet at the same time

I'm working through Reed Jacobson's Microsoft Excel 97 -
Visual Basic Step By Step (great book!).

I can't seem to figure out how to display both the VBA
module and the spreadsheet at the same time. I can SEE
the module "on top of" the spreadsheet if I resize the
right way, but as soon as I click on the spreadsheet, the
module disappears.

Reading his instructions on page 14 (or so), it seems like
you should be able to record a sequence, and see them
somehow appear in the module box. I can't seem to make
this happen. (I'm using Excel 2000).

Thanks in advance for any help / advice you can give me.