![]() |
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 |
VBA references
You could develop it Excel 2000 using its type library, and release to that
and later versions, it will update automatically. Or you could late bind. See http://xldynamic.com/source/xld.EarlyLate.html -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Greg" wrote in message .com... 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 |
All times are GMT +1. The time now is 12:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com