View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
marcus[_3_] marcus[_3_] is offline
external usenet poster
 
Posts: 140
Default When a sheet is copied, i want also that the Sub's whithin thissheet is copied to the new sheet

Hi Luc

When ever you move a sheet the code within that worksheet module will
move also. If however you are talking about the module level code
that just happens to be used on the sheet then no it will not go with
the sheet.

If the latter is what you ment you could put the code specific to that
sheet within the Sheet Module and this will move when ever you move
your sheet.

Take care

Marcus