excel not responding - action button

Post Reply
yuval
Posts: 23
Joined: Mon Feb 27, 2012 8:48 am
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2007 sp2

excel not responding - action button

Post by yuval »

Im trying to run a process via action button, in calculate tab (action button) I choose "automatically recalculate sheet", it seems that
it trying to calculate the all workbook and it takes long time, does someone know this issue?
thanks,
Yuval
yuval
Posts: 23
Joined: Mon Feb 27, 2012 8:48 am
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2007 sp2

Re: excel not responding - action button

Post by yuval »

the calculate via action button is becoming slower when other excel files are open
User avatar
Steve Rowe
Site Admin
Posts: 2464
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: excel not responding - action button

Post by Steve Rowe »

It sounds like the calculate option is calculating the whole xl space and not just a single sheet.
If the only thing your action button is doing is calcualting the sheet then this is v easy to do yourself.

Make sure you have the tm1.xla loaded
Start recording a macro
press shift+f9
Stop Recording

Assign the macro you just created to your own button / drawing button / short cut.

(or just put a piece of text at the top of your table to say press shift+f9 to calculate)!

Cheers
Technical Director
www.infocat.co.uk
yuval
Posts: 23
Joined: Mon Feb 27, 2012 8:48 am
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2007 sp2

Re: excel not responding - action button

Post by yuval »

I have to run process after the calculation but it's a nice solution,
thanks
Post Reply