Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've grabbed some code to import appointments from Excel to Outlook from the
http://www.outlookcode.com/codedetail.aspx?id=788. When I run it one of the DIM statements gets an error message saying "user defined type not defined". I noticed that someone had said that it requires Microsoft Outlook Library. Does anyone know what this is and how to enable it? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry that should be Microsoft Excel Library
"splodgey" wrote: I've grabbed some code to import appointments from Excel to Outlook from the http://www.outlookcode.com/codedetail.aspx?id=788. When I run it one of the DIM statements gets an error message saying "user defined type not defined". I noticed that someone had said that it requires Microsoft Outlook Library. Does anyone know what this is and how to enable it? Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You set up a reference to the library through Outlook's VB Editor. Use
[Alt]+[F11] to open it up. Use the VB Editor's Tools menu item and select References in the list. A dialog will open showing all available known libraries. Scroll down the list until you see Microsoft Excel xx.x Object Library where 'xx.x' is the version number for Excel installed on your computer. Check the box next to it and click [OK] and you will have established the necessary library reference. Hope this helps. "splodgey" wrote: Sorry that should be Microsoft Excel Library "splodgey" wrote: I've grabbed some code to import appointments from Excel to Outlook from the http://www.outlookcode.com/codedetail.aspx?id=788. When I run it one of the DIM statements gets an error message saying "user defined type not defined". I noticed that someone had said that it requires Microsoft Outlook Library. Does anyone know what this is and how to enable it? Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Microsoft Excel 11.0 Object Library documentation? | Charts and Charting in Excel | |||
Microsoft Word Object Library in Excel | Excel Discussion (Misc queries) | |||
microsoft visual basic compile error can't find library | Setting up and Configuration of Excel | |||
microsoft outlook unable to perform operation - send = receive. | Excel Discussion (Misc queries) | |||
How to make Microsoft Outlook default e-mail when sending excell . | Excel Discussion (Misc queries) |