Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Personally, I wouldn't use any references in any code that I shared with others.
I'd use late binding. Some references: http://support.microsoft.com/default...b;EN-US;244167 INFO: Writing Automation Clients for Multiple Office Versions http://support.microsoft.com/default...b;en-us;245115 INFO: Using Early Binding and Late Binding in Automation http://support.microsoft.com/default...b;en-us;247579 INFO: Use DISPID Binding to Automate Office Applications Whenever Possible and Dick Kusleika has a web page at: http://www.dicks-clicks.com/excel/olBinding.htm that explains this with Outlook ========== I'd develop with the references so that I could get the benefit of the intellisense and autocomplete within the VBE, but then change to late binding before sharing with others. Alan wrote: On Mar 17, 2:16 pm, Chip Pearson wrote: Uncheck the MISSING reference and all will be right in the world. Is there a way to load Excel/Word/Office 11.0 object libraries from VBE running in Excel 2007 and/or programmatically? I'm telling you that the steps above did not work. Excel would not save it after being unchecked, it would go right back to being checked, and it would not save it under a different filename. The only think that worked is starting over by setting up Excel and VBE with the right settings and with a new spreadsheet. This was on 2003 I was trying to change it. In 2007 there was no evident problem, and 11.0 object libraries were not available under References. Is there a way to load them in 2007 or programmatically? Thanks, Alan -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Trim vs. No Trim | Excel Programming | |||
trim | Excel Discussion (Misc queries) | |||
VBA Trim and Application.worksheetfunction.Trim | Excel Programming | |||
Trim in VBA | Excel Programming | |||
Trim like worksheet Trim | Excel Programming |