Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tlb file and names in VBProject.References

Status
Not open for further replies.

christhedonstar

Programmer
Apr 9, 2007
215
GB
Hi,

In the immediate window
?VBProject.References.item(7).name

Gives me
CE_CoreFrameworks_LoggingLib

when the file is called CE.CoreFrameworks.LoggingLib.tlb and CE.CoreFrameworks.LoggingLib.dll.

How does that name get produced is it stored in the tlb? Or is it created by Excel somehow from the dll name?

Thanks,

Chris

 
christhedonstar,
It is stored in the library (tlb, dll, ocx).

CMP
 
Yes it looks to be Thanks - VB6 has a tlb viewer in it...

Also it looks to be default behaviour to replace the . with _ when creating a tlb file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top