View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default How to delete a macro froma worksheet

See Chip Pearson's site
http://www.cpearson.com/excel/vbe.htm

--
Regards,
Tom Ogilvy


" wrote:

Hi All,
I'm running a macro that copies a worksheet from the
workbook A to the workbook B. Workbook A can't be modified. The problem
is that the copy in workbook B contains an undesired macro, herited
from A, that causes some problem and I would like to eliminate. How can
I do that?
Thank you