I am actually trying your Example 2 from "Avoiding Two Versions" article.
I missed that.
So he's opening our XL11WB.XLS and it's loading HasRibbonX.xlam and the
ribbon changes are not occurring? I'd like to know how to do that. I'd
guess the xlam is not opening maybe because the open workbook_code in
XL11WB.XLS isn't running.
--
Jim
| Hi Jim
|
| The OP say
| >I am actually trying your Example 2 from "Avoiding Two Versions" article.
|
| There is only RibbonX in the add-in of that example
|
|
| --
|
| Regards Ron de Bruin
|
http://www.rondebruin.nl/tips.htm
|
|
| > It probably has a Sub Aut
pen in it. Aut
pen does not run when
opened
| > by macro. It has to be forced to run:
| >
| > Workbooks.Open "MyAddIns.xlam"
| > Workbooks("MyAddIns.xlam").RunAutoMacros xlAutoOpen
| >
| > --
| > Jim
| > | > | It works when manually loading but not using code to open
| > |
| > | "Jim Rech" wrote:
| > |
| > | > >>manually loading
| > | > >>Workbooks("MyAddIns.xlam").open
| > | >
| > | > Which is it? Are you manually loading or using code?
| > | >
| > | > --
| > | > Jim
| > | > | > | > |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?
| > | >
| > | >
| >