View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DEE DEE is offline
external usenet poster
 
Posts: 250
Default HELP! Object specific Code

Hi,

Am trying to understand VBA object code. I know that the Modules folders
contain sub routines for that workbook project.

I also noted that you can have code windows open for a particular worksheet.
When I click on the down arrow and select General, this code appears
automatically:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub

What does this mean?

--
Thanks!

Dee