Page 1 of 1

Call TI proccess while closing excel

Posted: Wed Jun 03, 2009 11:23 am
by kennyyeung
How can i call the TI proccess while closing excel?
can i do it at marco?

Re: Call TI proccess while closing excel

Posted: Wed Jun 03, 2009 12:49 pm
by par3
Why not schedule a chore?

Re: Call TI proccess while closing excel

Posted: Wed Jun 03, 2009 2:15 pm
by kennyyeung
It's a great idea! Thank !
For curious . It that a way to do that kind of action?

Re: Call TI proccess while closing excel

Posted: Wed Jun 03, 2009 7:37 pm
by Alan Kirk
kennyyeung wrote:It's a great idea! Thank !
For curious . It that a way to do that kind of action?
You could write VBA code which calls the TM1 API, and have it run on the Workbook_BeforeClose event of a workbook which is closed when Excel is. (Personal.xls comes to mind, though any hidden workbook which is loaded with Excel would do.)

However par3 is right; if you can schedule the chore it'll be much, MUCH easier.