22-10-2012 10:14 PM
23-10-2012 11:42 AM
Hello Agiovannetti
Note that you cannot resfresh an active transaction
An active transaction is a transaction that is currenlty open in MEGA (using a physical user or a batch user)
You need to create a new transaction or retrieve an existing and inactive transaction.
In the Excel document, add a macro that performes the following:
See also
API script and Excel
http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50120000000mqkLAAQ
Manage transaction using API script
http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50120000000mqSCAAY
Note also that in VBA, types must be declare
Ex: Dim oObject as MegaObject