TM1 9.5.2 with Excel 2010

Post Reply
Netpartners
Posts: 1
Joined: Fri Sep 23, 2011 6:12 pm
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2010

TM1 9.5.2 with Excel 2010

Post by Netpartners »

Hi everyone,

I’m new using TM1 and I have a problem…

In VBA code I hide all command bars including TM1 bar in excel , but when I minimize the screen or change my window, and come back to my excel all the menus had turned back visible and unlock to my users. I have been thinking, it’s because I am using TM1 add-in with Excel (version 2010) and VBA.

Do you know something about it?

Does TM1 have any incompatibility with excel that makes my programming doesn’t work well?

What do I have to do to fix this problem?


Priscila :D

Edit: Moved to the TM1 forum from the bugs forum as this is not a bug registered with IBM. Admin team.
User avatar
Steve Vincent
Site Admin
Posts: 1054
Joined: Mon May 12, 2008 8:33 am
OLAP Product: TM1
Version: 10.2.2 FP1
Excel Version: 2010
Location: UK

Re: TM1 9.5.2 with Excel 2010

Post by Steve Vincent »

its not a problem, its the way IBM have written the Excel add-in. there is nothing you can do about it, you'll just have to live with it.
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
lotsaram
MVP
Posts: 3706
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TM1 9.5.2 with Excel 2010

Post by lotsaram »

Netpartners wrote:Hi everyone,

I’m new using TM1 and I have a problem…

In VBA code I hide all command bars including TM1 bar in excel , but when I minimize the screen or change my window, and come back to my excel all the menus had turned back visible and unlock to my users. I have been thinking, it’s because I am using TM1 add-in with Excel (version 2010) and VBA.

Do you know something about it?

Does TM1 have any incompatibility with excel that makes my programming doesn’t work well?
Do you mean command bars or do you mean ribbon?

If you delete or rename tm1pRibbonX.xlam in the C:\Program Files\Cognos\TM1\bin directory then you will get the old fashion TM1 "command bars" appearing in the Add-Ins ribbon. You can then set to false either in regedit (or preferably and supposedly via script) the following keys in HKEY_CURRENT_USER\Software\Applix\TM1 Perspectives
DisplayActiveReportToolbar
DisplayDeveloperToolbar
DisplayServersToolbar
DisplaySpreadingToolbar
DisplayStandardToolbar

This should fix your issue and permanently hide all TM1 toolbars. (I can remember Alan posted some detailed instructions on how to do this. If you search you should be able to find it.)

Although quite why you would want to is another matter. (Hiding some such as servers, developer and spreading is I think beneficial and decluttering, but all?) Usually if you trust and train your users to actually use the tool you find that 1/ at times they can actually be quite capable, and 2/ using the tools that come OOTB is one hell of a lot less work and maintenance than building UIs from scratch.
Post Reply