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
excel not responding - action button
-
- 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
the calculate via action button is becoming slower when other excel files are open
- 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
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
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
www.infocat.co.uk
-
- 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
I have to run process after the calculation but it's a nice solution,
thanks
thanks