View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paige Paige is offline
external usenet poster
 
Posts: 270
Default Worksheet Code Too Large

I'm sure this is a stupid question. I have Private Sub
Worksheet_SelectionChange(ByVal Target As Range) and Private Sub
Worksheet_Change(ByVal Target As Range) code in a worksheet object, but the
module is too large. How do I divy this up? I know how to break the other
'regular' modules up, but can't figure out how to do a worksheet object.