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?
|