View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Changing code with code

Hi Kevin,

take a look at www.cperason.com/excel/vbe.htm for details on how to do this.

--
HTH

-------

Bob Phillips
"Kevin Wickersheim" wrote in message
...
Is is possible to change the code in a module with code
for a sheet?

I need to add a new procedure to the modules in an
exsiting workbook. Can this be done? If so how do you
reference the module?

Thanks