Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that access MS Outlook data from Excel (mixed platform, users
may be using Win2K or WinXP and O2K or OXP) Is there a way, during the on_open procedure, to have the VBA code check for a reference to outlook, and if there isn't one "check the box" to activate the reference? What makes this more problematic is the multiple platforms, so I'm not sure how to hardcode the multiple possible reference names. I am sticking with early binding, because so far I haven't learned enough to make late binding work (I've tried). The idea of walking every user through the process of opening up the VBE, adding the reference, etc. is daunting, so I'd like to do this automatically if possible. Many thanks, Keith -- The enclosed questions or comments are entirely mine and don't represent the thoughts, views, or policy of my employer. Any errors or omissions are my own. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking cells for part of a text string | Excel Worksheet Functions | |||
Spell Checking with checking cell notes | Excel Discussion (Misc queries) | |||
Can references to cells be used as part of a workbook reference | Excel Discussion (Misc queries) | |||
Auto_open or On_open | Excel Programming | |||
On_Open color coding | Excel Programming |