View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 576
Default Insert code into each worksheet's "Sub Worksheet_SelectionChange" Function

John,

Try this site:
http://www.cpearson.com/excel/codemods.htm

--
sb
"John" wrote in message
...
Is there a way to have a module insert a piece of code
into the each worksheets "WorkSheet_SelectionChange"
function. The worksheets are newly created so that is why
I have to insert the code from a module.

Thanks,
John