View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
macca macca is offline
external usenet poster
 
Posts: 18
Default Remove Automation class

Hi,

I am using MFC with automation to write to an excel spreadsheet.

I import the classes i want through the type library.

I would like to know how to delete these if necessary. When i add a class it
is stored in excel.cpp and excel.h. I have removed the class from these files
manually but the class still appears in the class view pane in the IDE. Can
anyone tell me what is correct way to remove all signs of the unwanted class?

I am using excel 2003

Thanks In Advance
Macca