View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Flanagan[_2_] Bob Flanagan[_2_] is offline
external usenet poster
 
Posts: 81
Default Minimum references required

When I check references on a number of files, I see all having:

Microsoft Excel 11.0 Object Library
Microsfot Forms 2.0 Object Library
OLE Automation

and some with and some without these references:

Visual Basic for Applications
Refedit Control

And some with a second reference to Microsoft Excel 11.0 Object Library but
in a completely different path

My question: What is the minimum references required? I have found that I
can remove the RefEdit Control reference and the code continues to work
fine.

Bob Flanagan