Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert all 3d references to normal references in a workboo | Excel Discussion (Misc queries) | |||
How to convert all 3d references to normal references in a workboo | Excel Worksheet Functions | |||
Help with converting a block of cells with Absolute and mixed references to relative references | Excel Worksheet Functions | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) | |||
Tools | References - information about references | Excel Programming |