View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Excel 2007 Add-ins

manually loading
Workbooks("MyAddIns.xlam").open


Which is it? Are you manually loading or using code?

--
Jim
"joeeng" wrote in message
...
|I was under the impression that manually loading .xlam files in Excel 2007
|
| i.e., Workbooks("MyAddIns.xlam").open
|
| would activate it as an add-in. It does not seem to be the case, though.
|
| Am I missing something?