Search found 3 matches

by Helen
Fri Jul 09, 2010 9:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA TM1RECALC Problem
Replies: 6
Views: 15303

Re: VBA TM1RECALC Problem

Thanks for the help. Now my code is using TM1RECALC and not TM1RECALC1 this is working well. The code calculates only the current workbook and no other and it calculates it as a whole (like the normal F9) not a sheet at time like using the Shift+F9. I've been testing it myself for the last couple of...
by Helen
Wed Jun 30, 2010 8:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA TM1RECALC Problem
Replies: 6
Views: 15303

Re: VBA TM1RECALC Problem

Thankyou for your help I'll use that in my code. From what you've said I need the TM1RECALC rather than TM1RECALC1 because I will always be calculating full book. My code is not overly complex because it is essential to calculate a complete book full. It will give unreliable results calculating each...
by Helen
Tue Jun 29, 2010 4:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA TM1RECALC Problem
Replies: 6
Views: 15303

VBA TM1RECALC Problem

Hi there I am making a .xla file as an addin for our users so that they can calculate just a workbook and not all open books within Excel. I've got the code working but the calculation works intermittently and I'm not sure which is the most reliable command to use? appication.run "TM1Recalc1&qu...