View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luc[_8_] Luc[_8_] is offline
external usenet poster
 
Posts: 13
Default When a sheet is copied, i want also that the Sub's whithin this sheet is copied to the new sheet

Thanxxxxxx, i know what i did wrong :=)


"marcus" schreef in bericht
...
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