Thread: VBA references
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg[_26_] Greg[_26_] is offline
external usenet poster
 
Posts: 1
Default VBA references

I have some VBA code that creates and sends an e-mail. I'm using
msoutl.olb (Outlook library).
The problem is that the spreadsheet runs on versions of excel from 2000 to
2003.
In 2000 the library is called msout9.olb.
Is there a way to have somewhere in the vba code, the library name?
Or is there another solution?
Greg